Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 511 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 511 Bytes

What is this?

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.

Install

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>