Saving actually works this time

This commit is contained in:
David Markowitz
2024-05-18 02:12:23 -07:00
parent f2bf9a2a28
commit fd1c6ab2ea
2 changed files with 3 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ public:
std::string behaviorInfo;
};
// This Add also takes care of updating if it exists.
virtual void AddBehavior(const Info& info) = 0;
virtual void RemoveBehavior(const uint32_t behaviorId) = 0;
};