This commit is contained in:
2023-10-08 21:13:31 +03:00
parent 64842886d7
commit c214b6ca7f
45 changed files with 116 additions and 113 deletions
@@ -33,7 +33,7 @@ public sealed class RoomJoinOperation : BaseOperation
}
public override void Handle(RagonContext context, byte[] data)
public override void Handle(RagonContext context)
{
var roomId = Reader.ReadString();
var lobbyPlayer = context.LobbyPlayer;