@alpaca-software/40kdc-data
    Preparing search index...

    Interface LoadoutGroupWeapon

    One weapon line within a LoadoutGroup: entity id and its count per model in the group.

    interface LoadoutGroupWeapon {
        id: string;
        count: number;
    }
    Index

    Properties

    Properties

    id: string
    count: number