Type alias DeleteEntityMessageBody

DeleteEntityMessageBody: {
    entityId: Entity;
    type: DELETE_ENTITY;
}

Param

uint32 number of the entity

Type declaration