syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: LLDIKKJHCCB
message RegionSimpleInfo {
string name = 1;
string title = 2;
string type = 3;
string dispatch_url = 4;
}