feat : 보스 채널은 안띄운다.

This commit is contained in:
qornwh1
2026-03-12 16:09:13 +09:00
parent 0ebe269146
commit d626a7156d
3 changed files with 31 additions and 2 deletions

View File

@@ -8,6 +8,12 @@
<RootNamespace>ClientTester</RootNamespace>
</PropertyGroup>
<ItemGroup>
<None Update="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="LiteNetLib" Version="2.0.2" />
<PackageReference Include="protobuf-net" Version="3.2.56" />