Added Core Functionality
Added core functionality that was from the old Godot.Sharp.Extra library. Not all functions, only functions that were considered worth porting.
This commit is contained in:
parent
44c3d49aad
commit
b4a2ce40c1
6 changed files with 132 additions and 0 deletions
14
Core/Godot.Sharp.Extended.csproj
Normal file
14
Core/Godot.Sharp.Extended.csproj
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<PackageId>Godot.Sharp.Extended</PackageId>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="GodotSharp" Version="4.4.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue