Files
SoulliesOfficial 9b1b5ca93f initial
2025-10-03 00:02:43 -04: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 { }
}