data/sc2ai/protocol/score.proto in sc2ai-0.2.0 vs data/sc2ai/protocol/score.proto in sc2ai-0.3.0

- old
+ new

@@ -3,12 +3,12 @@ package Api; message Score { enum ScoreType { - EnumScoreTypeUnset = 0; // Proto3 compat - Curriculum = 1; // map generated score (from curriculum maps with special scoring) - Melee = 2; // summation of in-progress and current units/buildings value + minerals + vespene + ENUM_SCORE_TYPE_UNSET = 0; // PROTO3 COMPAT + CURRICULUM = 1; // MAP GENERATED SCORE (FROM CURRICULUM MAPS WITH SPECIAL SCORING) + MELEE = 2; // SUMMATION OF IN_PROGRESS AND CURRENT UNITS/BUILDINGS VALUE + MINERALS + VESPENE } optional ScoreType score_type = 6; optional int32 score = 7; // Note: check score_type to know whether this is a melee score or curriculum score optional ScoreDetails score_details = 8;