11 lines
218 B
C#
11 lines
218 B
C#
namespace Unity.PerformanceTesting
|
|
{
|
|
internal class RequiredMemberAttribute
|
|
#if UNITY_2021_1_OR_NEWER
|
|
: UnityEngine.Scripting.RequiredMemberAttribute
|
|
#else
|
|
: System.Attribute
|
|
#endif
|
|
{
|
|
}
|
|
} |