First commit for private source control. Older commits available on Github.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace BriarQueen.Framework.Services.Settings.Data
|
||||
{
|
||||
[Serializable]
|
||||
public class GameSettings
|
||||
{
|
||||
public float PopupDisplayDuration = 3f;
|
||||
public bool TutorialsEnabled = true;
|
||||
public bool TooltipsEnabled = true;
|
||||
public bool AutoUseTools = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user