GC-Proto/proto/StopServerInfo.proto

9 lines
190 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message StopServerInfo {
uint32 stopBeginTime = 1;
uint32 stopEndTime = 2;
string url = 3;
string contentMsg = 4;
}