thorium-cfx / mono_v2_get_started

Mono v2 runtime for FiveM/RedM
36 stars 3 forks source link

Return `dynamic` on Exports #11

Closed thorium-cfx closed 1 year ago

thorium-cfx commented 1 year ago

Goal

Change return type to dynamic allowing the user to use them as such and compilers to generate the associated code.

Importancy

Overal quality to the runtime

API and/or potential implementation

Replace ExportFunc's return type from object with dynamic

Extra

No response