fix: 移除不必要的变量

This commit is contained in:
youqii
2023-11-03 20:48:40 +08:00
committed by broken_paint
parent 40e109098f
commit f902f65b93

View File

@@ -17,6 +17,5 @@ namespace asst
bool training_completed();
std::string m_operator_name = "NoOperator";
std::string m_skill_name = "NoSkill";
bool m_complete = false;
};
}