mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
16 lines
302 B
Protocol Buffer
16 lines
302 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 1967
|
|
// Name: PDJGPFHOHPJ
|
|
message SaveMainCoopReq {
|
|
map<uint32, int32> KINJAIJMLPM = 12;
|
|
uint32 save_point_id = 5;
|
|
uint32 id = 15;
|
|
map<uint32, int32> JFNGFEFMHMM = 11;
|
|
uint32 self_confidence = 1;
|
|
}
|
|
|