1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-10 09:11:04 -09:00

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;
option java_outer_classname = "ResultProtos";