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