protobuf warnings fixed (#2313)

This commit is contained in:
Zach H 2016-12-11 13:22:39 -05:00 committed by ctrlaltca
parent 42fb17bdd2
commit 04779c2a77
152 changed files with 153 additions and 0 deletions

View file

@ -1,3 +1,4 @@
syntax = "proto2";
import "game_commands.proto";
message Command_DeckSelect {
extend GameCommand {