mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
16 lines
329 B
Protocol Buffer
16 lines
329 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "RogueDiaryAvatar.proto";
|
|
|
|
// Name: OOFDGHBGGCB
|
|
// CmdId: 8929
|
|
message RogueDiaryTiredAvatarNotify {
|
|
bool is_need_show = 10;
|
|
repeated RogueDiaryAvatar optianal_tired_avatar_list = 1;
|
|
uint32 JIFCMKCIKMM = 6;
|
|
uint32 GABBOIAJKLA = 2;
|
|
}
|
|
|