GSServer-CBT/soggy-mistress/proto/RegionSimpleInfo.proto

9 lines
129 B
Protocol Buffer
Raw Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
message RegionSimpleInfo {
string name = 1;
string title = 2;
string type = 3;
string dispatchUrl = 4;
}