mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
332 B
Protocol Buffer
16 lines
332 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "CharAmusementAvatarInfo.proto";
|
|
|
|
// Name: AJFIFPNNNIG
|
|
message CharAmusementInfo {
|
|
uint32 KNJNIILLBNC = 8;
|
|
uint32 level_id = 4;
|
|
repeated CharAmusementAvatarInfo avatar_info_list = 14;
|
|
uint32 KFECCJKLOLE = 9;
|
|
uint32 stage_id = 13;
|
|
}
|
|
|