Esempio n. 1
0
 public bool GetEntry(byte pLevel, out BaseStatsEntry pEntry)
 {
     return(this.Entries.TryGetValue(pLevel, out pEntry));
 }
Esempio n. 2
0
 public bool GetEntry(byte pLevel, out BaseStatsEntry pEntry)
 {
     return this.Entries.TryGetValue(pLevel, out pEntry);
 }