无尽副本空地刷新小怪
parent
36b74fcad7
commit
6be6e25b67
|
@ -292,3 +292,7 @@ import "CommonProto.proto";
|
|||
optional int32 myXY = 1;
|
||||
repeated EndlessPoint points = 2;
|
||||
}
|
||||
//无尽副本杀死小怪刷新
|
||||
message RefreshMonsterResponse{
|
||||
repeated Cell cell = 1;
|
||||
}
|
||||
|
|
|
@ -153,6 +153,8 @@ enum MessageType{
|
|||
|
||||
ENDLESS_MIN_MAP_INFO_REQUEST = 10421;//无尽副本小地图信息
|
||||
ENDLESS_MIN_MAP_INFO_RESPONSE = 10422;
|
||||
|
||||
ENDLESS_MONSTER_REFRESH_INDICATION = 10423;//无尽副本空地刷新小怪
|
||||
|
||||
// F 10500
|
||||
FIGHT_START_REQUEST = 10500; //
|
||||
|
|
Loading…
Reference in New Issue