re-implementation of an "amazing" game server
You are expected to already have the .NET CLI installed, and to install the required frameworks as needed during the build process.
Place the game's Assembly-CSharp.dll into a directory called libs.
mkdir libs
cp /path/to/Assembly-CSharp.dll libsThen simply build:
dotnet buildOr run:
dotnet runVisual Studio Code is generally recommended for development. You will need the C# Dev Kit extension for syntax highlighting and IntelliSense.