mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-04 16:16:06 +03:00
15 lines
310 B
Protocol Buffer
15 lines
310 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ActivityPushTipsData.proto";
|
|
|
|
// CmdId: 8802
|
|
// Name: BNCCEGKEJLK
|
|
message ActivityPushTipsInfoNotify {
|
|
uint32 activity_id = 7;
|
|
repeated ActivityPushTipsData activity_push_tips_data_list = 5;
|
|
uint32 schedule_id = 4;
|
|
}
|
|
|