Merge pull request #120 from ModOrganizer2/loot_0_22

Add enabledPlugins
This commit is contained in:
Jeremy Rimpo
2023-10-03 23:15:14 -05:00
committed by GitHub
+3
View File
@@ -589,6 +589,9 @@ class BasicGame(mobase.IPluginGame):
def primaryPlugins(self) -> list[str]:
return []
def enabledPlugins(self) -> list[str]:
return []
def gameVariants(self) -> list[str]:
return []