hellbound/Assets/Scripts/Core/Attributes/ReadonlyAttribute.cs

4 lines
78 B
C#
Raw Permalink Normal View History

2021-11-26 11:16:25 +03:00
using UnityEngine;
public class ReadOnlyAttribute : PropertyAttribute { }