コード例 #1
0
 public bool GetEntry(byte pLevel, out BaseStatsEntry pEntry)
 {
     return(this.entries.TryGetValue(pLevel, out pEntry));
 }
コード例 #2
0
ファイル: BaseStats.cs プロジェクト: Canic/Zepheus_2k15
 public bool GetEntry(byte pLevel, out BaseStatsEntry pEntry)
 {
     return this.entries.TryGetValue(pLevel, out pEntry);
 }