mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 16:04:36 +01:00
implement inventory, fix bgm
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user