1
0
mirror of https://github.com/Grasscutters/Grasscutter.git synced 2025-03-18 09:40:02 +08:00
Grasscutter/proto/SocialShowAvatarInfo.proto
2022-04-17 05:43:07 -07:00

9 lines
146 B
Protocol Buffer

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