Sarbian changed the topic of #kspmodding to: Welcome to #kspmodding - the channel for discussing, and learning about, modding Kerbal Space Program. Code of Conduct: https://git.io/vSQh6 | Always provide logs. | *** PSA: https://kerbalspaceprogram.com/api/index.htm | Someone is writting a Phd dissertation on KSP modding please fill out this survey https://goo.gl/forms/1vrkPYH4az8l32sb2 - I have met him and it s legit
<Sigma88>
what do I need to do in order to use a class from a plugin in my plugin, but also allow my plugin to run when this mod is not installed?
<Sigma88>
I tried calling the method inside a check for the assemblies
<Sigma88>
so that the method is called only if the required mod is installed
<Sigma88>
but I'm still getting an error when the mod is not installed