Esempio n. 1
0
 public BattleList(Tibia client, uint Index)
 {
     this.client = client;
     this.Index = Index;
     this.BattlelistBegin = client.ReadUInt(client.BaseAddress + (uint)Constants.BattleList.BeginPointer);
 }
Esempio n. 2
0
 public BattleList(Tibia client, uint Index)
 {
     this.client          = client;
     this.Index           = Index;
     this.BattlelistBegin = client.ReadUInt(client.BaseAddress + (uint)Constants.BattleList.BeginPointer);
 }