예제 #1
0
void JumpCommand::excute(GameActor& actor) {
	actor.jump();
}
예제 #2
0
	virtual void execute(GameActor& gameActor)
	{
		gameActor.jump();
	}