Refactor SelectedUnitPanel to enable unit info display and button functionality; add Godot project files for integration

This commit is contained in:
2025-08-08 16:25:46 +02:00
parent ba366157fd
commit b5c20b3032
6 changed files with 46 additions and 48 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Godot.NET.Sdk/4.4.1">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<AssemblyName>Civilization.GodotIntegration</AssemblyName>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Lib/Civilization.Core/Civilization.Core.csproj" />
<ProjectReference Include="../Lib/Civilization.Shared/Civilization.Shared.csproj" />
</ItemGroup>
</Project>