彻底换一下
This commit is contained in:
@@ -47,6 +47,10 @@ namespace HxGame.Data
|
||||
|
||||
public List<MonsterConfig> monsterConfigs = new List<MonsterConfig>();
|
||||
|
||||
public void ClearAll()
|
||||
{
|
||||
monsterConfigs.Clear();
|
||||
}
|
||||
public void SaveXML(int mapId)
|
||||
{
|
||||
string path = PathUtil.GetXmlPath(mapId, "MonstersConfig");
|
||||
|
||||
Reference in New Issue
Block a user