First commit

This commit is contained in:
Alexander Filippov
2021-06-27 14:46:18 +02:00
parent dcd4fbca11
commit fe555652c3
32 changed files with 794 additions and 0 deletions

View File

@ -0,0 +1,5 @@
using UnityEngine;
namespace Agoxandr.Utils
{
public class ReadOnlyFieldAttribute : PropertyAttribute { }
}