mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-10 11:42:59 +03:00
just sync proto
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// 4.6.0
|
||||
// CmdId: 26267
|
||||
message ChangeAvatarRsp {
|
||||
uint64 cur_guid = 3;
|
||||
int32 retcode = 4;
|
||||
uint32 skill_id = 9;
|
||||
}
|
||||
uint64 cur_guid = 2;
|
||||
/* protected @ 0x28 */// int32 retcode = 65535;
|
||||
/* protected @ 0x2C */// uint32 skill_id = 65535;
|
||||
}
|
Reference in New Issue
Block a user