I'm trying to make a code mod for the first time and I've never worked in c# before so forgive me being bad at this.
I'm running cd /Users/alexa/Library/Application\ Support/Steam/steamapps/common/Celeste/Celeste.app/Contents/Resources/Mods/StunningHelper followed by dotnet build and it is producing a .dll file, however it's not including my entities folder (located at .../Mods/StunningHelper/Source/Entities with two files inside) and so obviously not making the entity. Because I was worried I had messed something up from the template, for this I made the project again and just moved over the files so that things that the template makes would have been the same. I'm clearly missing something or doing something wrong but I don't know what and I can't find what on the wiki. Here's my folder zipped in case its some obvious formatting issues but I don't know.
(idk how you'd add them when not using VS tbh)
