Neg_Utils/NEG/Utils/ReadOnlyAttribute.cs

9 lines
111 B
C#

using UnityEngine;
namespace NEG.Utils
{
public class ReadOnlyAttribute : PropertyAttribute
{
}
}