Skip to content

Attack Routes

Attack Routes
1
2
3
4
5
6
7
8
extern const int cAttackRouteFrontRight = 0;
extern const int cAttackRouteRightFront = 1;
extern const int cAttackRouteRightBack = 2;
extern const int cAttackRouteBackRight = 3;
extern const int cAttackRouteBackLeft = 4;
extern const int cAttackRouteLeftBack = 5;
extern const int cAttackRouteLeftFront = 6;
extern const int cAttackRouteFrontLeft = 7;