22 #ifndef PINK_ACTION_TALK_H 23 #define PINK_ACTION_TALK_H 25 #include "pink/objects/actions/action_loop.h" 33 void deserialize(
Archive &archive)
override;
35 void toConsole()
const override;
37 void update()
override;
41 void pause(
bool paused)
override;
44 void onStart()
override;
45 bool isTalk()
override {
return true; }
Definition: action_talk.h:31
Definition: action_loop.h:29