MillzyDev / Boneject

A basic Ninject implementation and wrapper for BONELAB.
MIT License
1 stars 0 forks source link

Generated Adapter for Menu context(s) #1

Closed MillzyDev closed 1 year ago

MillzyDev commented 1 year ago

Add a part to Boneject.CodeGen that generates the properties/methods/fields in the adapter for those common properties/methods/fields in both GameControl_MenuVoidG114 and GameControl_startup.

Will require MelonLoader 0.6.1 or higher to work, since the .NET Framework prevents Boneject.CodeGen, which is forced to use .NET Standard 2.0, from loading Unhollower-generated assemblies. Since the next highest .NET version that supports source generators in .NET 5.