fix: include setter for interface

This commit is contained in:
Anna 2023-10-03 18:06:37 -04:00
parent c860ed4d35
commit cec19ac7da
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace Tourist {
internal static IPluginLog Log { get; private set; } = null!;
[PluginService]
internal DalamudPluginInterface Interface { get; }
internal DalamudPluginInterface Interface { get; init; }
[PluginService]
internal IClientState ClientState { get; init; } = null!;