mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -21,13 +21,18 @@ import "Vector.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 2199
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message SeaLampFlyLampReq {
|
||||
uint32 item_id = 9;
|
||||
int32 param = 10;
|
||||
Vector pos = 7;
|
||||
uint32 item_num = 5;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 2187;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// IS_ALLOW_CLIENT = 1;
|
||||
// }
|
||||
|
||||
Vector pos = 5;
|
||||
uint32 item_num = 15;
|
||||
uint32 item_id = 7;
|
||||
int32 param = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user