refactor: make some methods static

This commit is contained in:
Anna
2022-01-11 02:06:12 -05:00
parent 2883f78b4c
commit e5f61cc901
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ public sealed class Plugin : IDalamudPlugin {
public void Dispose() {
this.Framework.Update -= this.FrameworkUpdate;
this.Functions.SetChatInteractable(true);
GameFunctions.SetChatInteractable(true);
this.Ui.Dispose();
this.Store.Dispose();