Closed DoctorVanGogh closed 6 years ago
Prevents Reloader from trying to patch
... [ReloadMethod] void Foo<T>(...) { ... } ...
It'll just output an error for that declaration.
Also did a sloppy copy/paste of the memory code from latest harmony.
Can be improved but a good start
Prevents Reloader from trying to patch
It'll just output an error for that declaration.
Also did a sloppy copy/paste of the memory code from latest harmony.