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: 1607
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message ChangeAvatarRsp {
|
||||
uint32 skill_id = 3;
|
||||
int32 retcode = 10;
|
||||
uint64 cur_guid = 4;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 1699;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
uint64 cur_guid = 10;
|
||||
uint32 skill_id = 1;
|
||||
int32 retcode = 5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user