RemoveWorld

Notifies the hub that a world has been removed from the node.

@serverbound
struct RemoveWorld {}

Members

Mixins

__anonymous
mixin IO!(worldId)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
worldId
uint worldId;

Id of the world that has been removed, previosly added using the AddWorld packet.

Meta