mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
15 lines
315 B
Protocol Buffer
15 lines
315 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GCGWeekChallengeInfo.proto";
|
|
|
|
// CmdId: 7747
|
|
// Name: LNCHADCLDFO
|
|
message GCGWeekChallengeInfoNotify {
|
|
uint32 next_refresh_time = 7;
|
|
repeated GCGWeekChallengeInfo challenge_info_list = 13;
|
|
bool is_notify_npc_change = 6;
|
|
}
|
|
|