22 #ifndef PINK_ACTION_LOOP_H 23 #define PINK_ACTION_LOOP_H 25 #include "pink/objects/actions/action_play.h" 31 void deserialize(
Archive &archive)
override;
33 void toConsole()
const override;
35 void update()
override;
40 void onStart()
override;
41 virtual bool isTalk() {
return false; }
Definition: action_loop.h:29
Definition: action_play.h:29