Hnxml Standard
    Preparing search index...

    Interface AddThreadToMissionBoard

    Add a thread to an /el Sec-like board.

    给一个和原主线剧情的 /el 论坛那样的论坛添加帖子

    <AddThreadToMissionBoard ThreadFilepath="Docs/Thread.txt" TargetComp="elSec"/>
    
    interface AddThreadToMissionBoard {
        children?: never;
        TargetComp: string;
        ThreadFilepath: string;
    }
    Index

    Properties

    children?: never
    TargetComp: string
    ThreadFilepath: string