This commit is contained in:
2025-06-16 00:15:41 +08:00
parent bcfa5ce1ec
commit 6d79a5baa1
16 changed files with 246 additions and 3838 deletions

View File

@@ -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);
}