GC-Proto/proto/ActivityPushTipsInfoNotify.proto

15 lines
311 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ActivityPushTipsData.proto";
2023-02-28 04:12:44 +03:00
// Name: ANKBGAFHFKI
// CmdId: 8419
2023-02-18 04:48:44 +03:00
message ActivityPushTipsInfoNotify {
2023-02-28 04:12:44 +03:00
repeated ActivityPushTipsData activity_push_tips_data_list = 10;
uint32 activity_id = 7;
uint32 schedule_id = 1;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00