move proto to submodule
This commit is contained in:
11
proto/SetPlayerPropReq.proto
Normal file → Executable file
11
proto/SetPlayerPropReq.proto
Normal file → Executable file
@@ -5,5 +5,14 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
import "PropValue.proto";
|
||||
|
||||
message SetPlayerPropReq {
|
||||
repeated PropValue propList = 1;
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
NONE = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
IS_ALLOW_CLIENT = 1;
|
||||
CMD_ID = 191;
|
||||
}
|
||||
|
||||
repeated PropValue prop_list = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user