Пример #1
0
 public static Promise ReloadLookupAsync(string key)
 {
     return(ScriptData.ReloadAsync <object>("Lookup." + key));
 }