22 #ifndef MUTATIONOFJB_SAYCOMMAND_H 23 #define MUTATIONOFJB_SAYCOMMAND_H 25 #include "mutationofjb/commands/seqcommand.h" 26 #include "common/str.h" 40 _lineToSay(lineToSay),
41 _voiceFile(voiceFile),
42 _waitForPrevious(waitForPrevious),
43 _talkingAnimation(talkingAnimation) {}
49 bool _waitForPrevious;
50 bool _talkingAnimation;
Definition: seqcommand.h:30
Definition: animationdecoder.h:36
bool parse(const Common::String &line, ScriptParseContext &parseCtx, Command *&command) override
Definition: seqcommand.h:38
Definition: saycommand.h:37
Definition: saycommand.h:30