コード例 #1
0
ファイル: TextEnum.cs プロジェクト: shineTeam7/home3
 /// <summary>
 /// 从配置读取
 /// </summary>
 public static void readConfig()
 {
     NetNotOpen       = TextConfig.getText("netNotOpen");
     ServerNotRespond = TextConfig.getText("serverNotRespond");
     SocketClosed     = TextConfig.getText("socketClosed");
     NeedHotfix       = TextConfig.getText("needHotfix");
 }
コード例 #2
0
ファイル: GTextEnum.cs プロジェクト: ethan0w/tank
 /// <summary>
 /// 从配置读取
 /// </summary>
 public static void readConfig()
 {
     Ok     = TextConfig.getText("ok");
     Cancel = TextConfig.getText("cancel");
 }