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
@@ -52,7 +52,7 @@ internal class Store : IDisposable {
return;
}
var contentId = this.Plugin.Functions.GetContentIdForChatLogEntry(entry.Item1);
var contentId = this.Plugin.Functions.Chat.GetContentIdForEntry(entry.Item1);
entry.Item2.ContentId = contentId ?? 0;
}