specify proto2 syntax

to prevent compiler warning
This commit is contained in:
Neil Gentleman 2016-11-05 09:45:05 -07:00
parent 706f930542
commit b215e9c32c

View file

@ -1,3 +1,5 @@
syntax = "proto2";
package mage.game.result; package mage.game.result;
option java_outer_classname = "ResultProtos"; option java_outer_classname = "ResultProtos";