Today I worked more on my dummy ONI mod, looking at other, well established, modder's repos and tried to understand more about patching into the game through Harmony 2.0.
There is actually a modders library that I could use, saving me from a lot of the hassle, but before I do that, I want to understand what it does a little bit more. Furthermore, going through the process of trying to understand it all (although at times feeling like I'm banging my head against a wall) is getting me to refresh on C# - what's new nice I first learned it, what conventions are now used, etc.
Some of the things I have learned more about are: Lambdas, delegates, variable type var (and when to best use them), and that despite my professor's dislike for early returns they are used and useful.
Comments