commit code from airplane

This commit is contained in:
Mikhail Thompson
2024-06-30 12:24:36 -04:00
parent 2e3ed14c93
commit e81893c8f2
20 changed files with 317 additions and 145 deletions

View File

@@ -16,7 +16,7 @@ namespace nksrv.LobbyServer.Msgs.Character
var response = new ResGetAttractiveList();
response.CounselAvailableCount = 3; // TODO
// TODO: Validate response from real server and pull info from user info
WriteData(response);
}