Neg_Utils/NEG/Utils/ReadOnlyAttribute.cs
2025-03-03 19:17:05 +01:00

8 lines
110 B
C#

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