22 #ifndef PINK_SUPPORTING_ACTOR_H 23 #define PINK_SUPPORTING_ACTOR_H 25 #include "pink/objects/actors/actor.h" 26 #include "pink/objects/handlers/handler_mgr.h" 35 void deserialize(
Archive &archive)
override;
37 void toConsole()
const override;
39 bool isSupporting()
const override {
return true; }
41 bool isLeftClickHandlers()
const override;
47 void onTimerMessage()
override;
48 void onLeftClickMessage()
override;
Definition: cursor_mgr.h:35
Definition: inventory.h:48
Definition: supporting_actor.h:33
Definition: handler_mgr.h:39
Definition: inventory.h:31