from protobuf enum SC2APIProtocol.Result
from protobuf enum value: Defeat = 2;
from protobuf enum value: Tie = 3;
synthetic value - protobuf-ts requires all enums to have a 0 value
from protobuf enum value: Undecided = 4;
from protobuf enum value: Victory = 1;
Generated using TypeDoc
Generated
from protobuf enum SC2APIProtocol.Result