GC-Proto/proto/ChapterStateNotify.proto

27 lines
632 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
2023-04-03 09:51:55 +03:00
import "ChapterState.proto";
2022-11-06 15:30:21 +03:00
2023-02-28 04:12:44 +03:00
// Name: EGGHDNJDFIM
// CmdId: 427
2022-11-06 15:30:21 +03:00
message ChapterStateNotify {
2023-02-28 04:12:44 +03:00
// Name: POAIPEHKEHE
2023-04-03 09:51:55 +03:00
message NeedPlayerLevel {
bool is_limit = 12;
uint32 configNeedPlayerLevel = 11; //PJDJCBIINIC
2023-02-28 04:12:44 +03:00
}
2022-11-06 15:30:21 +03:00
2023-02-28 04:12:44 +03:00
// Name: OKNHDJOIJFI
2023-04-03 09:51:55 +03:00
message NeedBeginTime {
bool is_limit = 10;
uint32 configNeedBeginTime = 3; //LENAHOJKKFP
2023-02-28 04:12:44 +03:00
}
2022-12-05 15:02:30 +03:00
2023-04-03 09:51:55 +03:00
NeedBeginTime need_begin_time = 14; //JFOHACAIDHE
2023-02-28 04:12:44 +03:00
uint32 chapter_id = 7;
2023-04-03 09:51:55 +03:00
ChapterState chapter_state = 10;
NeedPlayerLevel need_player_level = 8; //HIJBMEKPPKJ
2022-11-06 15:30:21 +03:00
}