All included item templates - piotrulos/MSCModLoader GitHub Wiki
Item templates
A template package also contains item templates. To check that on solution explorer, right click and select Add > New item...
For now there are only 3 templates:
- Console Command Class - is a template for Creating new console command, you can add as many as you want.
- Mod Class - is a main MSCLoader class, you should have only one.
- MonoBehaviour Class - is a standard Unity class, you can use as many as you want.