Exemplo n.º 1
0
        public override void ChangeDirection(Direction direction)
        {
            if (direction == PlayerServices.ReversedDirection(Owner.Direction))
            {
                return;
            }

            base.ChangeDirection(direction);
        }