设置分组
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
namespace NBF
|
||||
{
|
||||
public class SettingsDef
|
||||
public static class SettingsDef
|
||||
{
|
||||
public class Group
|
||||
public static class Group
|
||||
{
|
||||
public const string Graphic = "Graphic";
|
||||
public const string Keyboard = "Keyboard";
|
||||
public const string Controller = "Controller";
|
||||
public const string Language = "Language";
|
||||
public const string Sound = "Sound";
|
||||
}
|
||||
|
||||
public static class Tab
|
||||
{
|
||||
public const string Graphic = "Graphic";
|
||||
public const string Keyboard = "Keyboard";
|
||||
|
||||
Reference in New Issue
Block a user