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

- old
+ new

@@ -1,11 +1,12 @@ -syntax = "proto2"; +syntax = "proto3"; 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 } optional ScoreType score_type = 6;