02-06-2015, 08:12 PM
Another enum to help those who are just starting out with reversing engineering the game memory:
public enum ClashSpellType
{
Lightning = 26000000,
Heal = 26000001,
Rage = 26000002,
Jump = 26000003,
Freeze = 26000004
}
public enum ClashSpellType
{
Lightning = 26000000,
Heal = 26000001,
Rage = 26000002,
Jump = 26000003,
Freeze = 26000004
}