コード例 #1
0
        public override void OnEnterState()
        {
            timer   = 0;
            timeout = random.Next(20, 50);

            _this.movement.direction = Compass.GetRandomDirection();
        }