mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
24 lines
476 B
Protocol Buffer
24 lines
476 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: GNCMJDPOLCE
|
|
message MainCoop {
|
|
// Name: PPHCOKFGLOL
|
|
enum Status {
|
|
INVALID = 0;
|
|
RUNNING = 1;
|
|
FINISHED = 2;
|
|
}
|
|
|
|
map<uint32, int32> JFNGFEFMHMM = 5;
|
|
uint32 id = 12;
|
|
uint32 self_confidence = 10;
|
|
repeated uint32 save_point_id_list = 8;
|
|
map<uint32, uint32> seen_ending_map = 11;
|
|
map<uint32, int32> KINJAIJMLPM = 2;
|
|
Status status = 4;
|
|
}
|
|
|