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