mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
parsing fixes and improvements
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
struct Question {
|
||||
double cooldown;
|
||||
std::string questionText;
|
||||
std::string section;
|
||||
|
||||
virtual std::string toString() const = 0;
|
||||
virtual ~Question() = default;
|
||||
|
||||
Reference in New Issue
Block a user