Skip to content

Commit

Permalink
Remove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MidoriKami committed Oct 7, 2023
1 parent 9dfccbf commit 3486c4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MiniCactpotSolver/Service.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ internal class Service
{
[PluginService] internal static DalamudPluginInterface Interface { get; private set; } = null!;
[PluginService] internal static IChatGui ChatGui { get; private set; } = null!;
[PluginService] internal static IClientState ClientState { get; private set; } = null!;
[PluginService] internal static IFramework Framework { get; private set; } = null!;
[PluginService] internal static IGameGui GameGui { get; private set; } = null!;
[PluginService] internal static IPluginLog PluginLog { get; private set; } = null!;
[PluginService] internal static IAddonLifecycle AddonLifecycle { get; private set; } = null!;
}

0 comments on commit 3486c4f

Please sign in to comment.