untangle-puzzlegame/Library/PackageCache/com.unity.test-framework.performance@fb0dc592af8b/Runtime/Attributes/RequiredMemberAttribute.cs
2025-04-17 17:33:08 -04:00

11 lines
218 B
C#

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