Esempio n. 1
0
    protected virtual void Update()
    {
        var command = command_generator.get_next_command();

        command.execute(this);
    }