H3VR-Modding / Mason

Compiles project directories into BepInEx plugins that utilize Stratum asset loading.
https://h3vr-modding.github.io/Mason
MIT License
4 stars 0 forks source link

Add Assembly References #2

Open malicean opened 2 years ago

malicean commented 2 years ago

Assembly references of the bootstrap DLL should be specifiable through the project file, through a syntax such as

assemblies:
  - FileInSameFolder.dll
  - some/subfolders/OtherCode.dll

This would allow people to bundle custom code used by items, as BepInEx would not otherwise load them because they do not have a BepInEx plugin in them.