示例#1
0
文件: Level.cs 项目: ancientgods/SoG
 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
文件: Level.cs 项目: ancientgods/SoG
 public LevelPartition(Rectangle recPhysicalArea, bool bLowMusicVolume, Level.LevelPartition.ReverbSetting enReverbSetting)
 {
     this.recPhysicalArea = recPhysicalArea;
     this.bLowMusicVolume = bLowMusicVolume;
     this.enReverbSetting = enReverbSetting;
 }