diff --git a/include/character_sheet.hpp b/include/character_sheet.hpp index ee54cf3..08ea2c7 100644 --- a/include/character_sheet.hpp +++ b/include/character_sheet.hpp @@ -19,8 +19,6 @@ namespace character { std::string caractere{}; - //TODO: bad design pour les caractéristiques. Je dois trouver autre chose. - characteristic::Characteristic adresse{ characteristic::characType::Adresse }; characteristic::Characteristic endurance{ characteristic::characType::Endurance };