public override void OnEnterState() { timer = 0; timeout = random.Next(20, 50); _this.movement.direction = Compass.GetRandomDirection(); }