GC-Proto/proto/ActivityPushTipsInfoNotify.proto
2023-02-28 09:12:44 +08:00

15 lines
311 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ActivityPushTipsData.proto";
// Name: ANKBGAFHFKI
// CmdId: 8419
message ActivityPushTipsInfoNotify {
repeated ActivityPushTipsData activity_push_tips_data_list = 10;
uint32 activity_id = 7;
uint32 schedule_id = 1;
}