Commit a64e7953 authored by 18신대성's avatar 18신대성

Map코드의 Grid들 다 퍼블릭으로 전환

parent 7622d79c
......@@ -7,8 +7,10 @@ public class Map : MonoBehaviour
{
public int testInputSizeX, testInputSizeY;
public int maxMapSize;
private Dictionary<Vector2Int, Floor> floorGrid;
private Dictionary<Vector2, Wall> wallGrid;
public Dictionary<Vector2Int, Floor> floorGrid;
public Dictionary<Vector2, Wall> wallGrid;
// public Dictionary<Vector2, Mirror> mirrorGrid;
// public Dictionary<Vector2Int, InteractableObject> objectGrid;
public GameObject floors;
public GameObject walls;
public List<Floor> startFloors;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment