Arreglos en la estructura i format del codi

This commit is contained in:
2025-03-01 20:39:44 +01:00
parent 5c371e7517
commit 360ebfd2e6
12 changed files with 126 additions and 156 deletions

View File

@@ -49,7 +49,7 @@ private:
public:
// Constructor
explicit Enemy(const EnemyData enemy);
explicit Enemy(const EnemyData &enemy);
// Destructor
~Enemy() = default;