コード例 #1
0
ファイル: ServerData.cs プロジェクト: wys1990/ExileApi
 public int GetBeastCapturedAmount(BestiaryCapturableMonster monster)
 {
     return(M.Read <int>(Address + 0x5240 + monster.Id * 4));
 }
コード例 #2
0
ファイル: ServerData.cs プロジェクト: zxc88645/ExileApi
 public int GetBeastCapturedAmount(BestiaryCapturableMonster monster)
 {
     return(M.Read <int>(Address + ServerDataOffsets.BestiaryBeastsCapturedCounts + monster.Id * 4));
 }