9 lines
102 B
Protocol Buffer
9 lines
102 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package pgc.biz;
|
|
|
|
//
|
|
message RoomProto {
|
|
//
|
|
repeated string room_id = 1;
|
|
} |