예제 #1
0
 public static int GetInt(string key)
 {
     return(UEConfig.GetValue <int>(key));
 }
예제 #2
0
 public static string GetString(string key)
 {
     return(UEConfig.GetValue <string>(key));
 }