12 #include "Commands/InstantCommand.h" 25 std::string m_message;
virtual void Initialize()
The initialize method is called the first time this Command is run after being started.
Definition: PrintCommand.cpp:19
Definition: PrintCommand.h:16
This command will execute once, then finish immediately afterward.
Definition: InstantCommand.h:22