Example #1
0
 public void Init(int _row, int _col, MapController.TerrainType _type)
 {
     row  = _row;
     col  = _col;
     type = _type;
 }
Example #2
0
 public void InstantiatePrefab(MapController.TerrainType type, int row, int col)
 {
 }