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