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:
@@ -19,11 +19,16 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 1694
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message AvatarDieAnimationEndRsp {
|
||||
uint32 skill_id = 13;
|
||||
int32 retcode = 14;
|
||||
uint64 die_guid = 15;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 1604;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
int32 retcode = 12;
|
||||
uint32 skill_id = 10;
|
||||
uint64 die_guid = 7;
|
||||
}
|
||||
|
Reference in New Issue
Block a user