(03-03-2015, 04:10 AM)Eldis1959 Wrote: After a week, no one has responded )-:https://the.bytecode.club/images/icons/sad.gif
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