Firstborn/Library/PackageCache/com.unity.collections@1.4.0/Unity.Collections/Attributes.cs
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05:00

9 lines
133 B
C#

using System;
namespace Unity.Collections
{
#if !UNITY_PROPERTIES_EXISTS
class CreatePropertyAttribute : Attribute { }
#endif
}