Ejemplo n.º 1
0
 public void PlayDoorSound(CommonData.NOTE_LINE line)
 {
     if (PlayerData.Instance.GetEffectSoundSetting())
     {
         mDoorSystem.PlaySound(line);
     }
 }