feat: initialize project

This commit is contained in:
David Utz
2026-08-21 09:33:43 +02:00
parent ce07880273
commit ed0ccefda1
8 changed files with 562 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"id": "com.stuhl.ingamereveries",
"name": "IngameReveries",
"author": "Stuhl",
"modVer": "1.0",
"supportedGameVer": [
"*"
],
"assemblies": [
"bin/Debug/netstandard2.1/IngameReveries.dll"
]
}