textserver/server/tools/protobuild/metatable.proto
aozhiwei bdd60d2aa3 1
2021-12-03 18:48:16 +08:00

14 lines
189 B
Protocol Buffer

package metatable;
message MFPair
{
optional int32 key = 1; //key
optional int32 value = 2; //val
}
message Text
{
optional string textid = 1;
optional string text = 2;
}