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