Beispiel #1
0
 public int GetBeastCapturedAmount(BestiaryCapturableMonster monster)
 {
     return(M.Read <int>(Address + 0x5240 + monster.Id * 4));
 }
Beispiel #2
0
 public int GetBeastCapturedAmount(BestiaryCapturableMonster monster)
 {
     return(M.Read <int>(Address + ServerDataOffsets.BestiaryBeastsCapturedCounts + monster.Id * 4));
 }