示例#1
0
 public static bool isPlay(Manager.Sound sound, Sound.SystemSE se)
 {
     return(sound.IsPlay(Manager.Sound.Type.SystemSE, Sound.SystemSECast[se]));
 }
示例#2
0
 public Setting(Sound.SystemSE se)
 {
     this.Cast(Manager.Sound.Type.SystemSE);
     this.assetName = Sound.SystemSECast[se];
 }