chore: update XivCommon

This commit is contained in:
Anna
2023-10-03 17:34:10 -04:00
parent 84a13e6972
commit a9a1570bc3
3 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ public sealed class Plugin : IDalamudPlugin {
this.LanguageChanged(this.Interface.UiLanguage);
this.Commands = new Commands(this);
this.Common = new XivCommonBase();
this.Common = new XivCommonBase(this.Interface);
this.TextureCache = new TextureCache(this.TextureProvider!);
this.Functions = new GameFunctions.GameFunctions(this);
this.Store = new Store(this);