GC-Proto/proto/AvatarPromoteReq.proto

10 lines
159 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-06-04 19:22:10 +03:00
2024-07-03 12:30:46 +03:00
// 4.7.0
// CmdId: 20441
// GIOBHMNCNGA
2022-11-06 15:30:21 +03:00
message AvatarPromoteReq {
2024-07-03 12:30:46 +03:00
uint64 guid = 11;
2022-11-06 15:30:21 +03:00
}