move proto to submodule
This commit is contained in:
13
proto/EvtDestroyGadgetNotify.proto
Normal file → Executable file
13
proto/EvtDestroyGadgetNotify.proto
Normal file → Executable file
@@ -5,6 +5,15 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
import "ForwardType.proto";
|
||||
|
||||
message EvtDestroyGadgetNotify {
|
||||
ForwardType forwardType = 1;
|
||||
uint32 entityId = 2;
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
NONE = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
IS_ALLOW_CLIENT = 1;
|
||||
CMD_ID = 301;
|
||||
}
|
||||
|
||||
ForwardType forward_type = 1;
|
||||
uint32 entity_id = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user