move proto to submodule
This commit is contained in:
14
proto/SceneEntityAppearNotify.proto
Normal file → Executable file
14
proto/SceneEntityAppearNotify.proto
Normal file → Executable file
@@ -2,11 +2,19 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "SceneEntityInfo.proto";
|
||||
import "VisionType.proto";
|
||||
import "SceneEntityInfo.proto";
|
||||
|
||||
message SceneEntityAppearNotify {
|
||||
repeated SceneEntityInfo entityList = 1;
|
||||
VisionType appearType = 2;
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
NONE = 0;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
CMD_ID = 201;
|
||||
}
|
||||
|
||||
repeated SceneEntityInfo entity_list = 1;
|
||||
VisionType appear_type = 2;
|
||||
uint32 param = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user