fix: make ctor public

This commit is contained in:
Anna 2021-09-25 22:26:53 -04:00
parent dc24d90b56
commit 94eec710c8
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
2 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,7 @@ namespace TheGreatSeparator {
private byte OriginalSeparator { get; }
private IntPtr SeparatorPtr { get; } = IntPtr.Zero;
internal TheGreatSeparator() {
public TheGreatSeparator() {
this.Config = this.Interface.GetPluginConfig() as Configuration ?? new Configuration();
this.Config.Initialise(this.Interface);

View File

@ -5,6 +5,7 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dalamud">