More rename ANBMFHJHBJM to content

This commit is contained in:
Akbar Yahya 2023-01-29 11:05:56 +08:00
parent a2f6250a4a
commit 9c154ea726
3 changed files with 8 additions and 2 deletions

View File

@ -40,7 +40,7 @@ message Gadget {
uint32 authorityPeerId = 9;
bool isEnableInteract = 10;
uint32 interactId = 11;
oneof ANBMFHJHBJM {
oneof content {
Item item = 12;
GatherGadget gather_gadget = 13;
Worktop worktop = 14;

View File

@ -40,7 +40,7 @@ message SceneGadgetInfo {
uint32 authorityPeerId = 9;
bool isEnableInteract = 10;
uint32 interactId = 11;
oneof ANBMFHJHBJM {
oneof content {
Item item = 12;
GatherGadget gather_gadget = 13;
Worktop worktop = 14;

View File

@ -13,6 +13,12 @@ message TowerLevelEndNotify {
NNBKOLMPOEA = 1;
}
enum ContinueStateType {
CONTINUE_STATE_TYPE_CAN_NOT_CONTINUE = 0;
CONTINUE_STATE_TYPE_CAN_ENTER_NEXT_LEVEL = 1;
CONTINUE_STATE_TYPE_CAN_ENTER_NEXT_FLOOR = 2;
}
repeated uint32 finishedStarCondList = 9;
uint32 nextFloorId = 12;
bool isSuccess = 15;