Generated

from protobuf message SC2APIProtocol.RadarRing

interface RadarRing {
    pos?: any;
    radius?: number;
}

Properties

Properties

pos?: any

Generated

from protobuf field: optional SC2APIProtocol.Point pos = 1;

radius?: number

Generated

from protobuf field: optional float radius = 2;

Generated using TypeDoc