特训协议
parent
cf2dd518b4
commit
402f9ff332
|
@ -1665,6 +1665,16 @@ enum MessageType{
|
|||
BaublesDownBlessRequest = 6000021;
|
||||
BaublesDownBlessResponse = 6000022;
|
||||
|
||||
// 特训
|
||||
TrainingRequest = 6000023;
|
||||
TrainingResponse = 6000024;
|
||||
TrainingUnlockSkillRequest = 6000025;
|
||||
TrainingUnlockSkillResponse = 6000026;
|
||||
TrainingArchitectureUpRequest = 6000027;
|
||||
TrainingArchitectureUpResponse = 6000028;
|
||||
TrainingArchitectureInfoRequest = 6000029;
|
||||
TrainingArchitectureInfoResponse = 6000030;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue