2025-05-01 01:48:08 -07:00

12 lines
206 B
C#

using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Burst.Benchmarks")]
namespace UnityBenchShared
{
internal interface IArgumentProvider
{
object Value { get; }
}
}