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";
message MoveCard_ToZone {
optional string card_name = 1;
optional string start_zone = 2;