mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-30 17:14:11 +03:00
testing
This commit is contained in:
@@ -16,14 +16,12 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "ForceUpdateInfo.proto";
|
||||
import "RegionInfo.proto";
|
||||
import "StopServerInfo.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message QueryCurrRegionHttpRsp {
|
||||
int32 retcode = 1;
|
||||
string msg = 2;
|
||||
|
Reference in New Issue
Block a user