GC-Proto/proto/AvatarChangeCostumeReq.proto
2024-04-22 04:51:36 +08:00

8 lines
156 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message AvatarChangeCostumeReq {
uint64 avatar_guid = 6;
uint32 costume_id = 10;
}