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
@@ -197,7 +197,7 @@ internal sealed class Settings : IUiComponent {
}
if (!this._hideChat && hideChatChanged) {
this.Ui.Plugin.Functions.SetChatInteractable(true);
GameFunctions.SetChatInteractable(true);
}
this.Initialise();