An ever expanding utils library for Redot C#. This is the library I am using across all my games, now open source for everyone else to enjoy as well.
Add this as a submodule to your GitHub repo
git submodule add https://github.com/CSharpRedotTools/RedotUtils RedotUtils
Add the following to your .csproj
<ItemGroup>
<PackageReference Include="ENet-CSharp" Version="2.4.8" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>