NahidaImpact/NahidaImpact.Protocol/StopServerInfo.proto

9 lines
149 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
message StopServerInfo {
string content_msg = 4;
string url = 3;
uint32 stop_begin_time = 1;
uint32 stop_end_time = 2;
}