mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-30 17:14:11 +03:00
* sync proto hiro part2
* tmp fix visual shop
This commit is contained in:
30
proto/CoopChapter.proto
Normal file
30
proto/CoopChapter.proto
Normal file
@@ -0,0 +1,30 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "CoopCg.proto";
|
||||
import "CoopPoint.proto";
|
||||
import "CoopReward.proto";
|
||||
|
||||
// Name: GODAKDKKBEM
|
||||
message CoopChapter {
|
||||
// Name: PCFKFLMMDHE
|
||||
enum State {
|
||||
STATE_CLOSE = 0;
|
||||
STATE_COND_NOT_MEET = 1;
|
||||
STATE_COND_MEET = 2;
|
||||
STATE_ACCEPT = 3;
|
||||
}
|
||||
|
||||
uint32 finished_end_count = 4;
|
||||
repeated uint32 KAKALNAGLGJ = 7;
|
||||
map<uint32, uint32> seen_ending_map = 14;
|
||||
repeated CoopReward coop_reward_list = 5;
|
||||
repeated CoopPoint coop_point_list = 8;
|
||||
repeated uint32 LNOCPBNPHIE = 12;
|
||||
uint32 id = 1;
|
||||
uint32 total_end_count = 6;
|
||||
State state = 2;
|
||||
repeated CoopCg coop_cg_list = 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user