| System/SystemSetting/SystemSetting.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/SystemSetting/SystemSetting.cs
@@ -40,7 +40,7 @@ public float GetSoundVolume() { return LocalSave.GetFloat(SOUND_VOLUME_KEY, 1); return LocalSave.GetFloat(SOUND_VOLUME_KEY, .55f); } public void SetSoundEffect(float value) @@ -50,7 +50,7 @@ public float GetSoundEffect() { return LocalSave.GetFloat(SOUND_EFFECT_KEY, 1); return LocalSave.GetFloat(SOUND_EFFECT_KEY, .55f); } public void SetGameFps(GameFps _frame)