Closed Lisias closed 1 year ago
A new attribute called NamespaceAsDirectories
, a bool
, was added to the Version
metaclass. Default to false
.
When true
, the namespace is converted into a pathname to be used on resolving the add'on's home directory.
Implemented on commit https://github.com/net-lisias-ksp/KSPe/commit/09be6b7d5060fd68b9548a27cbf9c3dc5557f6cd
Before internalising
KSPe.Util.SystemTools.Assembly.Loader(string)
, I need to instrumentKSPe.Util.SystemTools.Assembly.Loader<T>()
to cope with the multilevel directory structure used by the TweakScale Companions, as used byand others.
Se the
Startup
class on the main project.