GC-Proto/proto/AvatarChangeElementTypeReq.proto
2023-04-11 16:18:47 +08:00

13 lines
199 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1717
// Name: KMCIHDKBABI
message AvatarChangeElementTypeReq {
uint32 scene_id = 13;
uint32 area_id = 6;
}