02-06-2015, 10:05 PM
When you're looking at on-field troops in memory, or looking for icons on the attack bar.... this also comes in handy:
public enum ClashHeroType
{
BarbarianKing = 28000000,
ArcherQueen = 28000001
}
public enum ClashHeroType
{
BarbarianKing = 28000000,
ArcherQueen = 28000001
}