just sync proto

This commit is contained in:
Yuuki
2024-05-22 19:51:09 +08:00
parent a85b668ccc
commit 443df7bd77
345 changed files with 1778 additions and 4617 deletions

View File

@@ -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;
}