public void PlayDoorSound(CommonData.NOTE_LINE line) { if (PlayerData.Instance.GetEffectSoundSetting()) { mDoorSystem.PlaySound(line); } }