场景信息
This commit is contained in:
@@ -488,8 +488,6 @@ public partial class MapManager : MonoBehaviour
|
||||
obj = Resources.Load("Prefabs/triggerCenterPoint");
|
||||
else if (cellType == EditCellType.ReliveCell)
|
||||
obj = Resources.Load("Prefabs/reliveCenterPoint");
|
||||
else if (cellType == EditCellType.SellArea)
|
||||
obj = Resources.Load("Prefabs/sellCenterPoint");
|
||||
else if (cellType == EditCellType.MonsterArea)
|
||||
obj = Resources.Load("Prefabs/monsterPoint");
|
||||
else if (cellType == EditCellType.FuBenArea)
|
||||
|
||||
Reference in New Issue
Block a user