Esempio n. 1
0
 public Dictionary <string, FactionInfo> GetLastEntries()
 {
     return(history.GetLast());
 }
Esempio n. 2
0
 public MaterialCommodityMicroResource GetLast(string fdname)
 {
     return(items.GetLast(fdname.ToLowerInvariant()));
 }