wuxianshengcong/Library/PackageCache/com.unity.collections@1.2.4/Unity.Collections/Attributes.cs

9 lines
133 B
C#
Raw Permalink Normal View History

2025-01-02 14:49:00 +08:00
using System;
namespace Unity.Collections
{
#if !UNITY_PROPERTIES_EXISTS
class CreatePropertyAttribute : Attribute { }
#endif
}