GC-Proto/proto/StopServer.proto

14 lines
191 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
2023-01-28 17:00:48 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-01-28 17:00:48 +03:00
message StopServer {
uint32 stopBeginTime = 1;
uint32 stopEndTime = 2;
string url = 3;
string contentMsg = 4;
}