mirror of
https://git.shazbot.fr/shazbot/Utils.git
synced 2026-01-12 21:20:58 +01:00
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