-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Gabriel dos Santos Severino edited this page Dec 30, 2023
·
8 revisions
The package contains utility classes in csharp for godot engine(Godot3.5)
The Cobilas Godot Utility is on nuget.org
To include the package, open the .csproj
file and add it.
<ItemGroup>
<PackageReference Include="Cobilas.Godot.Utility" Version="1.1.0" />
</ItemGroup>
Or use command line.
dotnet add package Cobilas.Godot.Utility --version 1.1.0