mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
6 lines
No EOL
113 B
Protocol Buffer
6 lines
No EOL
113 B
Protocol Buffer
message color {
|
|
optional uint32 r = 1;
|
|
optional uint32 g = 2;
|
|
optional uint32 b = 3;
|
|
optional uint32 a = 4;
|
|
} |