修行突破神印推送
parent
b7c9bd9c72
commit
cf1e0e2c85
|
@ -371,4 +371,9 @@ import "CommonProto.proto";
|
|||
repeated PurpleMansionSeal sealList = 1;
|
||||
};
|
||||
|
||||
// 推送神印信息
|
||||
message PurpleMansionSealIndication{
|
||||
repeated PurpleMansionSeal sealList = 1;
|
||||
}
|
||||
|
||||
|
|
@ -1184,6 +1184,8 @@ enum MessageType{
|
|||
ReplacePurpleMansionSealRequest = 304103;
|
||||
ReplacePurpleMansionSealResponse = 304104;
|
||||
|
||||
PurpleMansionSealIndication = 304105;
|
||||
|
||||
//800000起为global 协议
|
||||
GetWorldServerRequest = 800001;//获取世界服ip
|
||||
GetWorldServerResponse = 800002;
|
||||
|
|
Loading…
Reference in New Issue