Esempio n. 1
0
 public RegionSound(FormID Sound, RegionSoundFlags Flags, UInt32 Chance)
 {
     this.Sound  = Sound;
     this.Flags  = Flags;
     this.Chance = Chance;
 }
Esempio n. 2
0
 public RegionSound()
 {
     Sound  = new FormID();
     Flags  = new RegionSoundFlags();
     Chance = new UInt32();
 }