public override void OnEnter()
        {
            base.OnEnter();

            actorMovement.SetInput(this);
            currentDirection.x = GetRandomDirection();
        }
Beispiel #2
0
        public override void OnEnter()
        {
            base.OnEnter();

            actorMovement.SetInput(this);
        }