StellarXipher/Library/PackageCache/com.unity.test-framework.performance@fb0dc592af8b/Runtime/Attributes/RequiredMemberAttribute.cs
2025-02-06 16:45:46 -05:00

11 lines
228 B
C#

namespace Unity.PerformanceTesting
{
internal class RequiredMemberAttribute
#if UNITY_2021_1_OR_NEWER
: UnityEngine.Scripting.RequiredMemberAttribute
#else
: System.Attribute
#endif
{
}
}