MonsterTrainTemplates
VS Templates for Monster Train
To Install: Download both Zips Put them inside their respective folders at C:\Users[username]\Documents\Visual Studio 2019\Templates, then unzip them
What are Templates? Templates are code snippets that allow for the creation of an outline for common classes.
What do i do with these templates? For Project Templates: When you create a new project, you can select one of the templates and your project will be created with relevant code already existing, then you can fill in the rest For Item Templates: When you create a class, you can select one of the templates and the class will be created with relevant code already existing, then you can fill in the rest.