mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08: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;
|
package mage.game.result;
|
||||||
|
|
||||||
option java_outer_classname = "ResultProtos";
|
option java_outer_classname = "ResultProtos";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue