Added ReadOnlyOnPlayField Attribute.

This commit is contained in:
2022-07-08 21:16:41 +02:00
parent 518debbf1c
commit 31c51a1b2a
5 changed files with 39 additions and 1 deletions

View File

@ -0,0 +1,6 @@
using UnityEngine;
namespace Utils
{
public class ReadOnlyOnPlayFieldAttribute : PropertyAttribute { }
}