b486678290
Library -Artifacts
9 lines
133 B
C#
9 lines
133 B
C#
using System;
|
|
|
|
namespace Unity.Collections
|
|
{
|
|
#if !UNITY_PROPERTIES_EXISTS
|
|
class CreatePropertyAttribute : Attribute { }
|
|
#endif
|
|
}
|