Beispiel #1
0
    public InputHandler(Character c, Locomotion l, int n)
    {
        character  = c;
        locomotion = l;
        locomotion.Init();

        controller = new JoystickConfig(n);
        SwitchStates(0);
    }