using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Ether { [Serializable] public class TileProperty { public Vector2Int tileCoordinate; public GridType gridType; public bool boolTypeValue; } }