コード例 #1
0
 public MineshaftSpawnRegistrationEvent(MineshaftSpawnRegistry registry, EventPhase phase, MonsterLocomotion type, MineshaftArea area)
     : base(phase)
 {
     Registry = registry;
     Type     = type;
     Area     = area;
 }
コード例 #2
0
 public WildernessSpawnRegistrationEvent(WildernessSpawnRegistry registry, EventPhase phase, MonsterLocomotion type)
     : base(phase)
 {
     Registry = registry;
     Type     = type;
 }