mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-15 06:02:59 +03:00
Melon 3.5
This commit is contained in:
@@ -3,10 +3,10 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
|
||||
// Name: MLKHGDPIAKD
|
||||
message SocialShowAvatarInfo {
|
||||
uint32 avatarId = 1;
|
||||
uint32 level = 2;
|
||||
uint32 costumeId = 3;
|
||||
uint32 avatar_id = 1;
|
||||
uint32 level = 2;
|
||||
uint32 costume_id = 3;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user