提交
This commit is contained in:
@@ -31,7 +31,6 @@ public class UIWindow : MonoBehaviour
|
||||
public UIMapPanel uiMapPanel;
|
||||
public UICellInfo uiCellInfo;
|
||||
public UICellEditor uiCellEditor;
|
||||
public UICreateMap uiCreateMap;
|
||||
public UIEditMapConfig uiEditMapConfig;
|
||||
public UITeleportPanel uiTeleportPanel;
|
||||
public UIRelivesPanel uiRelivesPanel;
|
||||
@@ -55,7 +54,6 @@ public class UIWindow : MonoBehaviour
|
||||
|
||||
private void Start()
|
||||
{
|
||||
uiCreateMap.onCreatedMapCallback += OnCreatedMap;
|
||||
uiMonstersPanel.gameObject.SetActive(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user