interface ItemAttack_Dialog_Result {
    fullAttack: boolean;
    html: JQuery<HTMLElement>;
}

Properties

Properties

fullAttack: boolean

Whether it's a full attack (true) or a single attack (false)

html: JQuery<HTMLElement>

The html containing user input and selections.