1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-08-05 11:57:06 +03:00
Files
GC-Proto/proto/ProfilePicture.proto
2024-05-22 19:51:09 +08:00

8 lines
164 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Obf: FEKJLPEAOJI
message ProfilePicture {
uint32 avatar_id = 1;
uint32 costume_id = 2;
}