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:
parent
706f930542
commit
b215e9c32c
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
syntax = "proto2";
|
||||
|
||||
package mage.game.result;
|
||||
|
||||
option java_outer_classname = "ResultProtos";
|
||||
|
|
Loading…
Add table
Reference in a new issue