Type alias DeleteComponentNetworkMessageBody

DeleteComponentNetworkMessageBody: {
    componentId: number;
    entityId: Entity;
    networkId: number;
    timestamp: number;
    type: DELETE_COMPONENT_NETWORK;
}

Param

Uint32 number of the entity

Param

Uint32 number of id

Param

Uint32 Lamport timestamp

Param

Uint32 user network id

Type declaration