14 lines
189 B
Protocol Buffer
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;
|
|
}
|