This commit is contained in:
h z
2024-06-28 20:46:30 +08:00
commit 36d98438e2
7 changed files with 62 additions and 0 deletions

13
Enigmos.csproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GodotSharp" Version="4.3.0-dev.6" />
</ItemGroup>
</Project>