GC-Proto/proto/StopServerInfo.proto

14 lines
195 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message StopServerInfo {
uint32 stopBeginTime = 1;
uint32 stopEndTime = 2;
string url = 3;
string contentMsg = 4;
}