mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
15 lines
311 B
Protocol Buffer
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;
|
|
}
|
|
|