GC-Proto/proto/RegionSimpleInfo.proto

14 lines
217 B
Protocol Buffer
Raw Normal View History

2023-02-28 04:12:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: LLDIKKJHCCB
2023-03-01 05:23:23 +03:00
message RegionSimpleInfo {
2023-02-28 04:12:44 +03:00
string name = 1;
string title = 2;
string type = 3;
2023-03-01 05:23:23 +03:00
string dispatch_url = 4;
2023-02-28 04:12:44 +03:00
}