mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -21,16 +21,21 @@ import "PropValue.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 3308
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message WorldDataNotify {
|
||||
map<uint32, PropValue> world_prop_map = 9;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 3436;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// IS_ALLOW_CLIENT = 1;
|
||||
// }
|
||||
|
||||
enum DataType {
|
||||
DATA_TYPE_NONE = 0;
|
||||
DATA_TYPE_WORLD_LEVEL = 1;
|
||||
DATA_TYPE_IS_IN_MP_MODE = 2;
|
||||
}
|
||||
|
||||
map<uint32, PropValue> world_prop_map = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user