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
@@ -9,7 +9,7 @@ public class RoomEventOperation : BaseOperation
{
}
public override void Handle(RagonContext context, byte[] data)
public override void Handle(RagonContext context)
{
var room = context.Room;
var player = context.RoomPlayer;