Hnxml Standard
    Preparing search index...

    Interface RemoveMissionFromHubServer

    Remove a mission file from a mission hub.

    从任务中心删除任务

    <RemoveMissionFromHubServer MissionFilepath="Missions/HubMission.xml" TargetComp="missionHub"/>
    
    interface RemoveMissionFromHubServer {
        children?: never;
        MissionFilepath: string;
        TargetComp: string;
    }
    Index

    Properties

    children?: never
    MissionFilepath: string
    TargetComp: string