public bool GetEntry(byte pLevel, out BaseStatsEntry pEntry) { return(this.Entries.TryGetValue(pLevel, out pEntry)); }
public bool GetEntry(byte pLevel, out BaseStatsEntry pEntry) { return this.Entries.TryGetValue(pLevel, out pEntry); }