You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For example,
Il2CppSystem.IDisposable
is redundant. It should be removed, and all its uses should be replaced withSystem.IDisposable
. Obviously, only a subset of interfaces are suitable for removal.Requires #142
The text was updated successfully, but these errors were encountered: