refactor: make some methods static
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user