Update archtype ecs

This commit is contained in:
2025-12-02 16:40:23 +09:00
parent 9d991bf316
commit 95cb9af16f
7 changed files with 392 additions and 6 deletions

View File

@@ -4,6 +4,11 @@
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Ghost.Core/Ghost.Core.csproj" />
</ItemGroup>
</Project>