diff options
Diffstat (limited to 'game/player/PlayerBulletPool.h')
-rw-r--r-- | game/player/PlayerBulletPool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/player/PlayerBulletPool.h b/game/player/PlayerBulletPool.h index a8ba2fb..9618d54 100644 --- a/game/player/PlayerBulletPool.h +++ b/game/player/PlayerBulletPool.h @@ -5,6 +5,7 @@ class PlayerBulletPool { public: void create_bullets(crepe::Scene & scn); + private: static constexpr int MAXIMUM_AMOUNT = 20; }; |