Generated

from protobuf message SC2APIProtocol.BuffData

interface BuffData {
    buffId?: number;
    name?: string;
}

Properties

Properties

buffId?: number

Generated

from protobuf field: optional uint32 buff_id = 1;

name?: string

Generated

from protobuf field: optional string name = 2;

Generated using TypeDoc