mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 11:27:38 +02:00
Editor stuff
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
/// Credit tanoshimi
|
||||
/// Sourced from - https://forum.unity3d.com/threads/read-only-fields.68976/
|
||||
|
||||
namespace UnityEngine.UI.Extensions
|
||||
{
|
||||
public class ReadOnlyAttribute : PropertyAttribute { }
|
||||
}
|
Reference in New Issue
Block a user