Пример #1
0
 public LevelPartition(Rectangle recPhysicalArea, bool bLowMusicVolume, Level.LevelPartition.ReverbSetting enReverbSetting, Color cOverlayColor)
 {
     this.recPhysicalArea = recPhysicalArea;
     this.bLowMusicVolume = bLowMusicVolume;
     this.enReverbSetting = enReverbSetting;
     this.cOverlayColor = cOverlayColor;
 }
Пример #2
0
 public LevelPartition(Rectangle recPhysicalArea, bool bLowMusicVolume, Level.LevelPartition.ReverbSetting enReverbSetting)
 {
     this.recPhysicalArea = recPhysicalArea;
     this.bLowMusicVolume = bLowMusicVolume;
     this.enReverbSetting = enReverbSetting;
 }