mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -24,21 +24,21 @@ import "CoopReward.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message CoopChapter {
|
||||
repeated CoopCg coop_cg_list = 1;
|
||||
uint32 id = 2;
|
||||
repeated CoopPoint coop_point_list = 11;
|
||||
repeated uint32 finish_dialog_list = 10;
|
||||
uint32 finished_end_count = 14;
|
||||
uint32 total_end_count = 7;
|
||||
repeated CoopReward coop_reward_list = 5;
|
||||
repeated uint32 lock_reason_list = 12;
|
||||
State state = 4;
|
||||
map<uint32, uint32> seen_ending_map = 9;
|
||||
|
||||
enum State {
|
||||
STATE_CLOSE = 0;
|
||||
STATE_COND_NOT_MEET = 1;
|
||||
STATE_COND_MEET = 2;
|
||||
STATE_ACCEPT = 3;
|
||||
}
|
||||
|
||||
uint32 id = 9;
|
||||
repeated CoopPoint coop_point_list = 12;
|
||||
repeated uint32 Unk3300_MOOKBLFKOLC = 6;
|
||||
State state = 7;
|
||||
uint32 Unk3300_KDLGLOIIINH = 11;
|
||||
repeated CoopReward coop_reward_list = 3;
|
||||
repeated uint32 Unk3300_MJLMJBMGJPP = 4;
|
||||
repeated CoopCg coop_cg_list = 2;
|
||||
map<uint32, uint32> seen_ending_map = 15;
|
||||
uint32 Unk3300_KMJHIMBIGJF = 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user