You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ExportManager has a function called _loadLoaderClass as a static method.
We should pull this out to its own "factory" class, since that's ultimately what this thing does.
Then it's a little easier to know where to go to add a new game loader.
The text was updated successfully, but these errors were encountered:
Currently,
ExportManager
has a function called_loadLoaderClass
as a static method.We should pull this out to its own "factory" class, since that's ultimately what this thing does.
Then it's a little easier to know where to go to add a new game loader.
The text was updated successfully, but these errors were encountered: