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

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

            actorMovement.SetInput(this);
        }