예제 #1
0
 void LoadXMLs()
 {
     levelData = XMLUtil.DeserializeList <LevelData>(Path.Combine(dataPath, filePath), "LevelData");
 }