Пример #1
0
 static public void AddDelta(Vector2Int gridIndex, TileState oldState, TileState newState, GameObject tile = null)
 {
     s_CurrentOperation.AddDelta(gridIndex, oldState, newState, tile);
 }