Il2CppInterop icon indicating copy to clipboard operation
Il2CppInterop copied to clipboard

Use system interfaces directly

Open ds5678 opened this issue 5 months ago • 1 comments

For example, Il2CppSystem.IDisposable is redundant. It should be removed, and all its uses should be replaced with System.IDisposable. Obviously, only a subset of interfaces are suitable for removal.

Requires #142

ds5678 avatar Sep 01 '24 23:09 ds5678