power and toughness values displayed after card flip (#3120)

This commit is contained in:
David Szabo 2018-03-01 18:28:30 +01:00 committed by Zach H
parent 66958b5975
commit 281e52eaa9
3 changed files with 10 additions and 0 deletions

View file

@ -7,6 +7,7 @@ message Command_FlipCard {
optional string zone = 1;
optional sint32 card_id = 2 [default = -1];
optional bool face_down = 3;
optional string pt = 4;
}