[Request] Shared dlls / Shared library C#

A way to share dlls among multiple scripts. It would be very useful for creating a shared library without using the export that is boring because it doesn’t let the ide generate code completition etc

you already can though?

client_script '@resource/aaa.net.dll'

How can i use a dll imported with this method?

I suggest you to create a “Shared project” instead, rather than a DLL, and reference it in all your resources.