move proto to submodule
This commit is contained in:
9
proto/RegionSimpleInfo.proto
Normal file → Executable file
9
proto/RegionSimpleInfo.proto
Normal file → Executable file
@@ -2,9 +2,10 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
message RegionSimpleInfo {
|
||||
string name = 1;
|
||||
string title = 2;
|
||||
string type = 3;
|
||||
string dispatchUrl = 4;
|
||||
string name = 1;
|
||||
string title = 2;
|
||||
string type = 3;
|
||||
string dispatch_url = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user