Files
2025-02-19 17:24:26 +09:00

7 lines
200 B
C#

/// Credit tanoshimi
/// Sourced from - https://forum.unity3d.com/threads/read-only-fields.68976/
namespace UnityEngine.UI.Extensions
{
public class ReadOnlyAttribute : PropertyAttribute { }
}