设置相关功能脚本呢
This commit is contained in:
13
Assets/Scripts/Common/Services/Settings/SettingsDef.cs
Normal file
13
Assets/Scripts/Common/Services/Settings/SettingsDef.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace NBF
|
||||
{
|
||||
public class SettingsDef
|
||||
{
|
||||
public class Group
|
||||
{
|
||||
public const string Graphic = "Graphic";
|
||||
public const string Keyboard = "Keyboard";
|
||||
public const string Controller = "Controller";
|
||||
public const string SoundAndLanguage = "SoundAndLanguage";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user