This commit is contained in:
xavo95 2025-04-03 18:47:44 +02:00
parent 63ef02e8ab
commit 75096f1a98
Signed by: xavo95
GPG key ID: CBF8ADED6DEBB783

View file

@ -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;