misc changes

This commit is contained in:
Mikhail
2024-07-16 20:27:56 -04:00
parent 7a1f361d25
commit 9cf99754d6
22 changed files with 80 additions and 35 deletions

View File

@@ -15,8 +15,9 @@ namespace nksrv.LobbyServer.Msgs.User
var req = await ReadData<ReqGetUserTitleList>();
var r = new ResGetUserTitleList();
r.UserTitleList.Add(new NetUserTitle() { UserTitleId = 1 });
await WriteDataAsync(r);
await WriteDataAsync(r);
}
}
}