03-03-2015, 04:10 AM
After a week, no one has responded )-:
How do I find the base pointers (Buildings Array, Traps Array, TH Base) ?
And how can I use these numbers?
public enum ClashBuildingType
{
ArmyCamp = 1000000,
TownHall = 1000001,
ElixirCollector = 1000002,
..
Thanks
How do I find the base pointers (Buildings Array, Traps Array, TH Base) ?
And how can I use these numbers?
public enum ClashBuildingType
{
ArmyCamp = 1000000,
TownHall = 1000001,
ElixirCollector = 1000002,
..
Thanks