feat: initialize project #1

This commit is contained in:
David Utz
2026-08-21 14:35:21 +02:00
committed by david
parent ce07880273
commit c8361d7ebf
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"
]
}