Пример #1
0
    /* METHODS */

    // Update the whole game
    void Update()
    {
        // [Debug] Let the mainCharacter recieve the mainController's inputs
        _debug_mainCharacter.RecieveInputs(_debug_mainController);
        _debug_mainCamera.RecieveInputs(_debug_mainController);
    }