1syntax = "proto2";
2message ServerInfo_CardCounter {
3    optional sint32 id = 1;
4    optional sint32 value = 2;
5}
6