add option to use game creator section ID

This commit is contained in:
Martin Michelsen
2024-03-09 09:45:20 -08:00
parent 64f2cb8f9e
commit 2aae90e65a
9 changed files with 58 additions and 27 deletions
+3
View File
@@ -52,6 +52,9 @@ public:
inline void set_restrictions(std::shared_ptr<const BattleRules> restrictions) {
this->restrictions = restrictions;
}
inline uint8_t get_section_id() const {
return this->section_id;
}
void set_section_id(uint8_t new_section_id);
private: