10 lines
152 B
Protocol Buffer
10 lines
152 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "BatchGetCardItem.proto";
|
|
|
|
message BatchGetCardArray {
|
|
repeated BatchGetCardItem _CardArray = 1;
|
|
}
|