Interface ObservationRender

Generated

from protobuf message SC2APIProtocol.ObservationRender

interface ObservationRender {
    map?: any;
    minimap?: any;
}

Properties

Properties

map?: any

Generated

from protobuf field: optional SC2APIProtocol.ImageData map = 1;

minimap?: any

Generated

from protobuf field: optional SC2APIProtocol.ImageData minimap = 2;

Generated using TypeDoc