Exemplo n.º 1
0
 public void SetEntity(GridSystem grid, TileEntity entity)
 {
     Entity            = entity;
     Entity.ParentTile = this;
     Entity.OnEntityProduced(grid);
 }
Exemplo n.º 2
0
 public GridTile(Vector2Int position, GridSystem system)
 {
     Position         = position;
     ParentGridSystem = system;
 }