dd
This commit is contained in:
@@ -26,6 +26,10 @@ public partial class MapManager : MonoBehaviour
|
||||
|
||||
public Transform mapGridParent;
|
||||
public Transform mapAreaParent;
|
||||
public Transform mapMonsterArea;
|
||||
public Transform mapNPCArea;
|
||||
public Transform mapTeleportArea;
|
||||
public Transform mapReliveArea;
|
||||
public Dictionary<string, (int maxRow, int maxCol)> allMaps = new Dictionary<string, (int maxRow, int maxCol)>();
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user