mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-31 17:33:20 +00:00
system basic
This commit is contained in:
@@ -12,7 +12,7 @@ namespace BBM
|
||||
//! @brief score of player (4 is the looser, 1 is the winner)
|
||||
enum Score {FIRST = 1, SECOND = 2, THIRD = 3, FOURTH = 4, PLAYING = -1};
|
||||
//! @brief the score of the player
|
||||
enum Score position;
|
||||
enum Score score;
|
||||
|
||||
//! @inherit
|
||||
WAL::Component *clone(WAL::Entity &entity) const override;
|
||||
|
||||
Reference in New Issue
Block a user