implement inventory, fix bgm

This commit is contained in:
Mikhail
2024-07-04 14:00:57 -04:00
parent 04a2b8d2fa
commit 18c38222f0
6 changed files with 22 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ namespace nksrv.LobbyServer.Msgs.Outpost
{
protected override async Task HandleAsync()
{
var req = ReadData<ReqGetRecycleRoomData>();
var req = await ReadData<ReqGetRecycleRoomData>();
// TODO: save these things
var response = new ResGetRecycleRoomData();