A library to interface with the RLBot v5 framework through C#.
TODO
Setup
- Make sure .NET 8 SDK is installed
- Clone repository
- Update submodules:
git submodules update --init
- Generate flatbuffers:
./generate-flatbuffers.sh
- Open
CSharpInterface.sln
in your favorite C# IDE
This project uses the CSharpier formatter. You can run it with dotnet csharpier .
TODO
TODO