public void VolumeVoice(float volume) { voiceAudio.Volume(volume); }
public void VolumeSE(float volume) { seAudio.Volume(volume); }