Commit a5908aff authored by chechunchi's avatar chechunchi

fix

parent 9b1e1b0f
Pipeline #19602 passed with stage
in 14 seconds
...@@ -43,13 +43,13 @@ enum CardPosition { ...@@ -43,13 +43,13 @@ enum CardPosition {
message CardInfo { message CardInfo {
int32 code = 1; int32 code = 1;
int32 controler = 2; int32 controler = 2;
int32 location = 3; CardZone location = 3;
int32 sequence = 4; int32 sequence = 4;
} }
message CardLocation { message CardLocation {
int32 controler = 1; int32 controler = 1;
int32 location = 2; CardZone location = 2;
int32 sequence = 3; int32 sequence = 3;
CardPosition position = 4; CardPosition position = 4;
int32 overlay_sequence = 5; int32 overlay_sequence = 5;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment