Hnxml Standard
    Preparing search index...

    Interface HXCustomFaction

    interface HXCustomFaction {
        children: void | FactionTrigger | FactionTrigger[];
        id: string;
        name: string;
        playerVal: string;
    }
    Index

    Properties

    children: void | FactionTrigger | FactionTrigger[]
    id: string
    name: string
    playerVal: string