mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-16 06:32:59 +03:00
sync
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// 4.6.0
|
||||
// CmdId: 27094
|
||||
message AvatarChangeCostumeReq {
|
||||
uint64 avatar_guid = 6;
|
||||
uint32 costume_id = 10;
|
||||
}
|
||||
uint64 avatar_guid = 2;
|
||||
uint32 costume_id = 6;
|
||||
}
|
Reference in New Issue
Block a user