Interface ActionSetEffMod

interface ActionSetEffMod {
    mod: number;
    type: "setEffMod";
}

Properties

Properties

mod: number
type: "setEffMod"