예제 #1
0
 // Clear current map fully
 public void Clear_Map()
 {
     MapSystem.Clear_Whole_Map(tilemapGround, tilemapWall, tilemapObjects, tilemapTop);
     Reset_tile_amount();
 }