Andreas Pardeike
Andreas Pardeike
Closed due to inactivity
I don't work on mods anymore. You might still get some help from the community in my discord server (link in Steam Workshop).
No idea. I am no longer maintaining my mods due to lack of interest. I am sorry.
For reference, these are the matrix tests that failed before I removed the test that tests the above case. You can see that it works on many platforms but not...
We should make this exhaustive by defining: ```cs public enum MethodType { // existing Harmony values Normal, Getter, Setter, Constructor, StaticConstructor, // object lifetime Finalizer, // Finalize // event accessors...
I know its late but I am *finally* getting to this. I have a slighly different approach. I added this to `Traverse`: ```cs /// Checks if the current field or...
I am no longer developing mods. Maybe you can find someone who fixes this.
Yes, that is correct
Sorry but I don’t understand what you are saying.
Why is it important to only have one instance? It’s a tiny object and will get garbage collected as soon as no references to it exist anymore.