relation/server/tools/protobuild/metatable.proto
aozhiwei 6f38bc08f7 1
2020-12-24 11:01:38 +08:00

21 lines
304 B
Protocol Buffer

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