mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-31 23:17:29 -08:00
6 lines
113 B
Protocol Buffer
6 lines
113 B
Protocol Buffer
syntax = "proto2";
|
|
message ServerInfo_CardCounter {
|
|
optional sint32 id = 1;
|
|
optional sint32 value = 2;
|
|
}
|