feat: plugin api for replication of data
This commit is contained in:
@@ -28,4 +28,5 @@ public interface IRoomPlugin
|
||||
bool OnPlayerLeaved(RagonRoomPlayer player);
|
||||
bool OnEntityCreate(RagonRoomPlayer player, IRagonEntity entity);
|
||||
bool OnEntityRemove(RagonRoomPlayer player, IRagonEntity entity);
|
||||
bool OnData(RagonRoomPlayer player, byte[] data);
|
||||
}
|
||||
Reference in New Issue
Block a user