1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-06 09:06:08 +03:00
GC-Proto/proto/ResVersionConfig.proto
2023-08-23 01:09:33 +08:00

15 lines
272 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ResVersionConfig {
uint32 version = 1;
bool relogin = 2;
string md5 = 3;
string release_total_size = 4;
string version_suffix = 5;
string branch = 6;
string next_script_version = 7;
}