mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-17 00:44:49 +01:00
16 lines
250 B
C#
16 lines
250 B
C#
namespace MoleMole.Config
|
|
{
|
|
public class ConfigAudioSetting
|
|
{
|
|
public float BGMVolume = 3f;
|
|
|
|
public float SoundEffectVolume = 3f;
|
|
|
|
public float VoiceVolume = 3f;
|
|
|
|
public string CVLanguage = "Chinese(PRC)";
|
|
|
|
public bool IsUserDefined;
|
|
}
|
|
}
|