12 #include "Commands/Command.h" WaitUntilCommand(double time)
A WaitCommand will wait until a certain match time before finishing.
Definition: WaitUntilCommand.cpp:21
virtual bool IsFinished()
Check if we've reached the actual finish time.
Definition: WaitUntilCommand.cpp:34
Definition: WaitUntilCommand.h:16
The Command class is at the very core of the entire command framework.
Definition: Command.h:52