Begin moving things out of allmsgs.proto

This commit is contained in:
Mikhail
2024-07-15 11:13:02 -04:00
parent 702995bcfd
commit 56c526cec1
16 changed files with 89 additions and 105 deletions

View File

@@ -1,10 +1,5 @@
using Google.Protobuf.WellKnownTypes;
using nksrv.Utils;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using nksrv.Utils;
using nksrv.Net;
namespace nksrv.LobbyServer.Msgs.Misc
{
@@ -13,7 +8,7 @@ namespace nksrv.LobbyServer.Msgs.Misc
{
protected override async Task HandleAsync()
{
var r = new ResGetServerInfo();
var r = new GetServerInfoResponse();
// todo: reimplement this as well
r.MatchUrl = "https://global-match.nikke-kr.com";