random boy ai

This commit is contained in:
Bluub
2021-06-14 11:26:26 +02:00
parent 3631fe4203
commit a6140f6087
10 changed files with 178 additions and 42 deletions
@@ -26,11 +26,13 @@ namespace BBM
//! @brief All players in the map
std::vector<MapInfo> _players;
//! @brief All bombs on the map
std::vector<std::pair<Vector3f, int>> _bombs;
//! @brief
void UpdateMapInfos(WAL::ViewEntity<PositionComponent, ControllableComponent, IAControllableComponent> &entity);
public:
//! @inherit
void onFixedUpdate(WAL::ViewEntity<PositionComponent, ControllableComponent, IAControllableComponent> &entity) override;