Open JonnyOThan opened 11 months ago
RPM should enumerate all types that implement IJSIModule in loaded assemblies and register them. And adjust the access modifiers on ISJIModule (like internal vessel ) to make it more usable by other DLLs.
internal vessel
With this change this is definitely less useful... https://github.com/FirstPersonKSP/RasterPropMonitor/commit/240ee4d1e8ca1114c8948221be3245f79fb11e8e
RPM should enumerate all types that implement IJSIModule in loaded assemblies and register them. And adjust the access modifiers on ISJIModule (like
internal vessel
) to make it more usable by other DLLs.