passant linters a vore si trobe variables sense inicialitzar
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ enum class StageStatus {
|
||||
class StageData {
|
||||
public:
|
||||
// --- Constructor ---
|
||||
StageData(int power_to_complete, int min_menace, int max_menace, const std::string& name = ""); // Constructor de una fase
|
||||
StageData(int power_to_complete, int min_menace, int max_menace, std::string name = ""); // Constructor de una fase
|
||||
|
||||
// --- Getters ---
|
||||
[[nodiscard]] auto getPowerToComplete() const -> int { return power_to_complete_; } // Obtiene el poder necesario para completar
|
||||
|
||||
Reference in New Issue
Block a user