fixes
This commit is contained in:
parent
63ef02e8ab
commit
75096f1a98
1 changed files with 4 additions and 4 deletions
|
@ -19385,15 +19385,15 @@ message BackToGameNotify {
|
|||
}
|
||||
|
||||
// MessageId: 22589 (Request)
|
||||
message hOc1 {
|
||||
message LoadingConfigRequest {
|
||||
}
|
||||
|
||||
// MessageId: 17934 (Response)
|
||||
message lOc1 {
|
||||
repeated cOc1 _Oc = 2;
|
||||
message LoadingConfigResponse {
|
||||
repeated LoadingConfig LoadingConfig = 2;
|
||||
}
|
||||
|
||||
message cOc1 {
|
||||
message LoadingConfig {
|
||||
int32 Id = 1;
|
||||
int64 BeginTime = 2;
|
||||
int64 EndTime = 3;
|
||||
|
|
Loading…
Reference in a new issue