mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Add default constructor.
This commit is contained in:
parent
a0c3e820b0
commit
c6b596169c
1 changed files with 5 additions and 1 deletions
|
|
@ -194,6 +194,10 @@ public class HttpApi : IDisposable, IApiService
|
||||||
bool? State,
|
bool? State,
|
||||||
ModPriority? Priority,
|
ModPriority? Priority,
|
||||||
Dictionary<string, List<string>>? Settings)
|
Dictionary<string, List<string>>? Settings)
|
||||||
{ }
|
{
|
||||||
|
public SetModSettingsData()
|
||||||
|
: this(null, string.Empty, string.Empty, null, null, null, null)
|
||||||
|
{}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue