mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-05-05 18:04:27 +02:00
7 lines
200 B
C#
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 { }
|
|
} |