Any Idea Where I Can Find The Most Recent Version of GDT's API?

As it says in the title, does anyone know where I could possibly find the most recent version of Game Dev Tycoon’s modding API? A long while back I made a mod using the UME tool, and though I wanted to create additional content for it even though it was in a “finished” state, I gave up on it when the code became incompatible due to a game update that must have changed the syntax or something.

Recently though I’ve become interested on working on this mod I created from UME again, and since I know that UME nor Ultimate Lib are going to be updated anytime soon, if at all, I planned to add even more content outside the program’s limitations by copy-pasting the code for it in a separate program alongside several additions (such as new contracts) I had typed in Notepad using the API provided by UME for reference. Only problem is, I can already tell this code is going to total to junk at worst or pseudocode at best since it’s more than likely the API inside the UME program doesn’t match the most recently-updated version of GDT’s code. Because of this, I would greatly appreciate knowing where to find the most up to date version of GDT’s modding API.

I don’t know if I’m right but I’m pretty sure it comes with the latest update of the game.

Well sir you’re right, found the API right in the common files of the game. Since I was able to miraculously recover the source code files of my mod, along with the pseudocode for my intended additions from my old computer, I might be able to at the very least update the code in my mod to work with the current version of GDT. A shame though, I can’t seem to find an API for adding new contracts.