This commit is contained in:
aozhiwei 2020-12-24 11:01:38 +08:00
parent a0250f9d85
commit 6f38bc08f7

View File

@ -12,3 +12,9 @@ message Guild
optional int32 experience = 2;
optional int32 member = 3;
}
message Text
{
optional string textid = 1;
optional string text = 2;
}