feat: initialize project
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[h1]Hello World![/h1]
|
||||
This description will be shown on the mod manager, and be uploaded to Steam Workshop.
|
||||
Note some tags like tables, links and images are not supported in the in-game mod manager and will be either omitted / shown as plain-text.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"id": "com.stuhl.ingamereveries",
|
||||
"name": "IngameReveries",
|
||||
"author": "Stuhl",
|
||||
"modVer": "1.0",
|
||||
"supportedGameVer": [
|
||||
"*"
|
||||
],
|
||||
"assemblies": [
|
||||
"bin/Debug/netstandard2.1/IngameReveries.dll"
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user