mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 11:07:30 +08:00
[+] Config
This commit is contained in:
15
AquaMai/Config.cs
Normal file
15
AquaMai/Config.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace AquaMai
|
||||
{
|
||||
[SuppressMessage("ReSharper", "ClassNeverInstantiated.Global")]
|
||||
public class Config
|
||||
{
|
||||
public UXConfig UX { get; set; }
|
||||
|
||||
public class UXConfig
|
||||
{
|
||||
public bool SkipWarningScreen { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user