GC-Proto/proto/SetPlayerHeadImageReq.proto

12 lines
211 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 4045
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message SetPlayerHeadImageReq {
uint32 avatar_id = 4;
}