GC-Proto/proto/SocialShowAvatarInfo.proto
2023-01-28 22:00:48 +08:00

12 lines
171 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message SocialShowAvatarInfo {
uint32 avatarId = 1;
uint32 level = 2;
uint32 costumeId = 3;
}