예제 #1
0
파일: Actor.cs 프로젝트: aprithul/Nukem
    protected virtual void Update()
    {
        var command = command_generator.get_next_command();

        command.execute(this);
    }