7 public override void SetDestPos()
9 if (
EClass._map.rooms.listRoom.Count <= 0 ||
EClass.rnd(2) != 0)
11 this.destPos =
EClass._map.bounds.GetRandomSurface(
false,
true,
false);
17 this.destPos = room.GetRandomPoint(
true,
true);
20 this.destPos =
EClass._map.bounds.GetRandomSurface(
false,
true,
false);
24 public override void OnPerformWork(
bool realtime)