Skip to content

Commit

Permalink
Merge in the new dalamud window system code
Browse files Browse the repository at this point in the history
Migrate interface to the Dalamud windowing system.

* Moved service out of the Plugin class into their own class.
* Introduce static instance for Plugin class.
* Removed current interface implementation.
* Introduced a new interface implementation based on Dalamud.WindowSystem
  • Loading branch information
PrincessRTFM committed Dec 11, 2023
2 parents f6dd173 + 93872f1 commit f109c51
Show file tree
Hide file tree
Showing 10 changed files with 567 additions and 494 deletions.
2 changes: 1 addition & 1 deletion HuntBuddy/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Configuration : IPluginConfiguration

public void Save()
{
Plugin.PluginInterface.SavePluginConfig(this);
Service.PluginInterface.SavePluginConfig(this);
}
}
}
Loading

0 comments on commit f109c51

Please sign in to comment.