From 38e33d8756a5b652965be8ada478b5c4238b857c Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 18 May 2021 16:26:49 -0400 Subject: Added spellcasting command --- src/feature.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/feature.h') diff --git a/src/feature.h b/src/feature.h index 294cf1d..e3c8bdf 100644 --- a/src/feature.h +++ b/src/feature.h @@ -6,6 +6,8 @@ namespace entry { class Feature : public Entry { public: + Feature() {} + Feature(const std::string& name, const std::string& type, const std::string& text) : Entry("feature", name, type, text) {} static std::shared_ptr create(const nlohmann::json& data); virtual ~Feature() {} }; -- cgit v1.2.3