This is a template repository for any of you interested in making a command or an ultimate for Pro079
- Click the big green "Use this template" button to begin importing it to your own GitHub account.
- Comments are provided to guide you if any of this isn't familiar to you.
- Change variable names and the namespace with Ctrl+R Ctrl+R in Visual Studio, and don't forget to change the stuff within
Properties
(right click it, open it), same goes for theAssembly-Info
file (although the GUID shouldn't matter too much). - Reference 0Pro079.dll and Smod2.dll by directly placing it in the root folder (same as the
.sln
one) and the solution will automatically detect it.