예제 #1
0
 public MobSpawner()
 {
     m_room_key              = new RoomKey();
     m_mob_spawner_id        = -1;
     m_position              = new Point3d();
     m_spawn_table           = null;
     m_remaining_spawn_count = 0;
     m_random_seed           = 0;
 }
예제 #2
0
 public MobSpawner()
 {
     m_room_key = new RoomKey();
     m_mob_spawner_id = -1;
     m_position = new Point3d();
     m_spawn_table = null;
     m_remaining_spawn_count = 0;
     m_random_seed = 0;
 }