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