提交
This commit is contained in:
@@ -82,9 +82,9 @@ public class UITriggerPanel : MonoBehaviour
|
||||
t.eventId = Convert.ToInt32(item.txtEvent.text);
|
||||
|
||||
ts.triggersConfig.Add(t);
|
||||
}
|
||||
|
||||
int mapId = Convert.ToInt32(UIWindow.Instance.uiCreateMap.txtMapID.text);
|
||||
}
|
||||
|
||||
int mapId = MapManager.Instance._curOpenMapId;
|
||||
ts.SaveXML(mapId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user