Exemplo n.º 1
0
 private void LoadXml(string xmlName)
 {
     m_LoadedFlag.Add(Utility.Text.Format("Xml.{0}", xmlName), false);
     GameEntry.Localization.LoadDictionary(xmlName, AssetUtility.GetXmlAsset(xmlName), LoadType.Text, this);
 }