mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-30 14:42:00 -08:00
11 lines
191 B
Protocol Buffer
11 lines
191 B
Protocol Buffer
syntax = "proto2";
|
|
enum CardAttribute {
|
|
AttrTapped = 1;
|
|
AttrAttacking = 2;
|
|
AttrFaceDown = 3;
|
|
AttrColor = 4;
|
|
AttrPT = 5;
|
|
AttrAnnotation = 6;
|
|
AttrDoesntUntap = 7;
|
|
}
|