mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -20,17 +20,17 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message MainCoop {
|
||||
map<uint32, uint32> seen_ending_map = 13;
|
||||
map<uint32, int32> normal_var_map = 4;
|
||||
uint32 self_confidence = 5;
|
||||
repeated uint32 save_point_id_list = 1;
|
||||
Status status = 6;
|
||||
map<uint32, int32> temp_var_map = 11;
|
||||
uint32 id = 9;
|
||||
|
||||
enum Status {
|
||||
STATUS_INVALID = 0;
|
||||
STATUS_RUNNING = 1;
|
||||
STATUS_FINISHED = 2;
|
||||
}
|
||||
|
||||
Status status = 6;
|
||||
map<uint32, int32> Unk3300_JFPLEDLNJPF = 5;
|
||||
map<uint32, int32> Unk3300_OMEEMFJFKBH = 7;
|
||||
uint32 self_confidence = 9;
|
||||
uint32 id = 1;
|
||||
repeated uint32 save_point_id_list = 10;
|
||||
map<uint32, uint32> seen_ending_map = 13;
|
||||
}
|
||||
|
Reference in New Issue
Block a user