ad a bunch of update methods

This commit is contained in:
David Markowitz
2024-11-02 21:31:54 -07:00
parent af943278fb
commit 06897eb2ae
10 changed files with 48 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ class PropertyBehavior {
public:
PropertyBehavior();
void Update(float deltaTime);
template <typename Msg>
void HandleMsg(Msg& msg);