Beispiel #1
0
    void Start()
    {
        move = new PlayerMove();
        look = new PlayerLook();

        move.init(this.gameObject, this.character, this.cameraBaseH);
        look.init(this.cameraBaseH, this.cameraBaseV);
    }