feat(gamecli): add JSON protocol DTOs with source-gen context

This commit is contained in:
meelstorm
2026-07-17 16:49:01 +00:00
committed by EugeneTes
parent 5b35d65bd2
commit f5ee2049da
3 changed files with 141 additions and 0 deletions

View File

@@ -7,4 +7,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<InternalsVisibleTo Include="GameCli.Tests" />
</ItemGroup>
</Project>