1
0
mirror of https://github.com/koloml/vs-manual-cartography.git synced 2026-06-23 18:22:21 +00:00

Initial commit from Vintage Story mod template

This commit adds dummy compass item wich will just send the angle into
the chat when you click RMB on it.
This commit is contained in:
2026-05-10 03:11:00 +04:00
commit 2479c92ffb
14 changed files with 936 additions and 0 deletions

2
build.ps1 Normal file
View File

@@ -0,0 +1,2 @@
dotnet run --project CakeBuild/CakeBuild.csproj -- $args
exit $LASTEXITCODE;