1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-09 18:46:07 +03:00
GC-Proto/proto/AvatarPromoteReq.proto
2024-06-05 00:22:10 +08:00

9 lines
143 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.6.0
// CmdId: 2232
message AvatarPromoteReq {
uint64 guid = 14;
}