GC-Proto/proto/CoopDataNotify.proto
2023-04-11 11:14:48 +08:00

16 lines
317 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "CoopChapter.proto";
// CmdId: 1995
// Name: GDPLHDAPLJI
message CoopDataNotify {
bool is_have_progress = 3;
uint32 cur_coop_point = 13;
repeated CoopChapter chapter_list = 2;
repeated uint32 viewed_chapter_list = 10;
}