First commit
This commit is contained in:
5
Runtime/ReadOnlyFieldAttribute.cs
Normal file
5
Runtime/ReadOnlyFieldAttribute.cs
Normal file
@ -0,0 +1,5 @@
|
||||
using UnityEngine;
|
||||
namespace Agoxandr.Utils
|
||||
{
|
||||
public class ReadOnlyFieldAttribute : PropertyAttribute { }
|
||||
}
|
Reference in New Issue
Block a user