mirror of
https://git.shazbot.fr/shazbot/Utils.git
synced 2026-01-12 21:20:58 +01:00
Added ReadOnlyOnPlayField Attribute.
This commit is contained in:
6
Runtime/ReadOnlyOnPlayFieldAttribute.cs
Normal file
6
Runtime/ReadOnlyOnPlayFieldAttribute.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Utils
|
||||
{
|
||||
public class ReadOnlyOnPlayFieldAttribute : PropertyAttribute { }
|
||||
}
|
||||
Reference in New Issue
Block a user