type TransporterPositionOrderOption = {
    priority: number;
    weight: number;
    type: 'position';
    object: RoomPosition;