Allowing players to join the lobby

This commit is contained in:
Zoe Roux
2021-06-11 12:15:51 +02:00
21 changed files with 180 additions and 64 deletions
@@ -44,6 +44,8 @@ namespace BBM
//! @inherit
WAL::Component *clone(WAL::Entity &entity) const override;
void onStart() override;
//! @brief Create a new gampad component using default keys.
explicit GamepadComponent(WAL::Entity &entity);