refactor party

This commit is contained in:
2026-08-12 13:31:11 +02:00
parent 81d7a213cd
commit 51da5c97eb
29 changed files with 274 additions and 67 deletions

View File

@@ -3,12 +3,14 @@
<TargetFramework>net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
<RootNamespace>AiCeo</RootNamespace>
<RootNamespace>Game</RootNamespace>
<Authors>Jens Becker</Authors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.7.0" />
</ItemGroup>
<ItemGroup>
<Folder Include=".godot\" />
<Folder Include=".godot\mono\" />
</ItemGroup>
</Project>