refactor: split GameFunctions into classes

This commit is contained in:
Anna
2022-01-14 12:15:49 -05:00
parent 3d3ca42a6f
commit 1b29ed68e6
10 changed files with 617 additions and 549 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ internal sealed class Settings : IUiComponent {
}
if (!this._hideChat && hideChatChanged) {
GameFunctions.SetChatInteractable(true);
GameFunctions.GameFunctions.SetChatInteractable(true);
}
this.Initialise();