GSServer-CBT/soggy-mistress/proto/StopServerInfo.proto

7 lines
99 B
Protocol Buffer
Raw Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
message StopServerInfo {
uint32 stopBeginTime = 1;
uint32 stopEndTime = 2;
}