mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
331 B
Protocol Buffer
16 lines
331 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "RogueDiaryAvatar.proto";
|
|
|
|
// CmdId: 8927
|
|
// Name: DPGPIGLIIMK
|
|
message RogueDiaryTiredAvatarNotify {
|
|
uint32 KJHIELEECFE = 4;
|
|
repeated RogueDiaryAvatar optianal_tired_avatar_list = 14;
|
|
uint32 DAFLPOLAOLI = 10;
|
|
bool is_need_show = 11;
|
|
}
|
|
|