GC-Proto/proto/GCGWeekChallengeInfoNotify.proto

15 lines
315 B
Protocol Buffer
Raw Normal View History

2023-04-11 06:14:48 +03:00
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;
}