mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add Temporary Settings class
This commit is contained in:
parent
0e2364497f
commit
2483f3dcdf
1 changed files with 8 additions and 0 deletions
8
Penumbra/Mods/Settings/TemporaryModSettings.cs
Normal file
8
Penumbra/Mods/Settings/TemporaryModSettings.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace Penumbra.Mods.Settings;
|
||||
|
||||
public sealed class TemporaryModSettings : ModSettings
|
||||
{
|
||||
public string Source = string.Empty;
|
||||
public int Lock = 0;
|
||||
public bool ForceInherit;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue