14 lines
447 B
C#
14 lines
447 B
C#
![]() |
namespace BlueWater
|
||
|
{
|
||
|
public static class SaveData
|
||
|
{
|
||
|
public static string Locale = "Locale";
|
||
|
public static string EndGold = "EndGold";
|
||
|
public static string ScreenMode = "ScreenMode";
|
||
|
public static string Resolution = "Resolution";
|
||
|
public static string MasterVolume = "MasterVolume";
|
||
|
public static string BgmVolume = "BgmVolume";
|
||
|
public static string SfxVolume = "SfxVolume";
|
||
|
}
|
||
|
}
|