mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-26 07:39:25 +03:00
13 lines
294 B
Protocol Buffer
13 lines
294 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 7117
|
|
|
|
import "ActivityPushTipsData.proto";
|
|
|
|
message MNHNGLGAAKL {
|
|
uint32 activity_id = 2;
|
|
uint32 schedule_id = 4;
|
|
repeated ActivityPushTipsData activity_push_tips_data_list = 13;
|
|
}
|