remove tcp GameServer and rename SDKServer

This commit is contained in:
raphaeIl
2025-01-13 02:10:08 -05:00
parent fe09261f42
commit c331b9b89a
19 changed files with 4425 additions and 715 deletions

View File

@@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<ProjectReference Include="..\Novaria.Common\Novaria.Common.csproj" />
<ProjectReference Include="..\Novaria.SDKServer\Novaria.SDKServer.csproj" />
<ProjectReference Include="..\Novaria.SDKServer\Novaria.GameServer.csproj" />
</ItemGroup>
</Project>

View File

@@ -8,7 +8,7 @@ using System.Text.Json;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Novaria.Common.Util;
using Novaria.SDKServer.Controllers.Api.ProtocolHandlers;
using Novaria.GameServer.Controllers.Api.ProtocolHandlers;
using Google.Protobuf;
namespace Novaria.PcapParser

View File

@@ -1,14 +1,4 @@
using Novaria.Common.Core;
using Novaria.Common.Crypto;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
namespace Novaria.PcapParser
namespace Novaria.PcapParser
{
public class Program
{
@@ -19,6 +9,4 @@ namespace Novaria.PcapParser
pcapParser.SavePackets("parsed_packets.json");
}
}
}

File diff suppressed because it is too large Load Diff