GC-Proto/proto/ActivityPushTipsInfoNotify.proto
2023-04-11 11:14:48 +08:00

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;
}