energy change

This commit is contained in:
sun
2019-07-23 16:02:50 +08:00
parent 68a642e6a6
commit e62c53d343
14 changed files with 204 additions and 126 deletions

View File

@@ -15,6 +15,8 @@ struct mcu_data{
uint8_t mark;
uint8_t use_classifier;
uint8_t enemy_color;
int delta_x;
int delta_y;
};
extern mcu_data mcuData;