fix: adding custom behaviors (#1969)

This commit is contained in:
David Markowitz
2026-04-14 01:04:26 -07:00
committed by GitHub
parent 8061f512aa
commit 482ff82656
3 changed files with 14 additions and 3 deletions

View File

@@ -98,6 +98,8 @@ public:
return msg.GetNeedsNewBehaviorID();
};
void ProgressAddBehaviorMission(Entity& playerEntity);
void AddBehavior(AddMessage& msg);
void RemoveBehavior(MoveToInventoryMessage& msg, const bool keepItem);