This commit is contained in:
2024-12-20 19:39:18 +01:00
parent 76203a8b29
commit 0a5a26208a
2 changed files with 6 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ public:
bool isAlive() const;
void takeDamage();
void updateDirection();
void checkIfBeamShootOutOfBounds();
bool isShooting() const;
const Beam* getBeam() const;
void setPlanszaHeight(float height, float width);