Beispiel #1
0
 /// <summary>
 ///     Gets the data instance by the name.
 /// </summary>
 private LogicGlobalData GetGlobalData(string name)
 {
     return(LogicDataTables.GetGlobalByName(name));
 }