示例#1
0
 BaseField GetBaseField(string name)
 {
     return(AllFields.First(x => x.guiName == name));
 }
示例#2
0
 public string GetField(string name)
 {
     return(AllFields.First(x => x.guiName == name).GetValue(module).ToString());
 }