feat: player/room user data now available on joined event

This commit is contained in:
2024-05-12 10:57:46 +03:00
parent a9e6a3e853
commit 646744c9a1
26 changed files with 328 additions and 143 deletions
@@ -62,6 +62,12 @@ public class BaseRoomPlugin: IRoomPlugin
return true;
}
public virtual bool OnData(RagonRoomPlayer player, byte[] data)
{
return true;
}
#endregion
}