fix some things

This commit is contained in:
Mikhail Thompson
2024-06-27 23:03:06 +03:00
parent d3ea7d4112
commit 26ecb9e963
9 changed files with 155 additions and 28 deletions

View File

@@ -17,6 +17,7 @@ namespace nksrv.LobbyServer.Msgs.Team
// TODO: assume that team data did not change
var resp = new ResGetTeamData();
// resp.TypeTeams.Add(new NetUserTeamData() { })
//resp.TypeTeams
WriteData(resp);
}