Generated

from protobuf message SC2APIProtocol.DamageBonus

interface DamageBonus {
    attribute?: Attribute;
    bonus?: number;
}

Properties

Properties

attribute?: Attribute

Generated

from protobuf field: optional SC2APIProtocol.Attribute attribute = 1;

bonus?: number

Generated

from protobuf field: optional float bonus = 2;

Generated using TypeDoc