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
We are moving away from singletons and instead moving to this. Need to start moving some of the main plugins over as examples, and see if there's any work that has to be done to support imports...
@zdman2022 had originally set up the plugins to import their dependencies like this:
We are moving away from singletons and instead moving to this. Need to start moving some of the main plugins over as examples, and see if there's any work that has to be done to support imports...
Example:
FlatRedBall/FRBDK/Glue/TileGraphicsPlugin/TileGraphicsPlugin/TileGraphicsPluginClass.cs
Line 58 in 5591749
Update 1
It seems like these get imported so long as the PluginManager exports them:
FlatRedBall/FRBDK/Glue/Glue/Plugins/PluginManager.cs
Line 110 in 8ea07ca
The text was updated successfully, but these errors were encountered: