mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
16 lines
301 B
Protocol Buffer
16 lines
301 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: DPHPACJKHPJ
|
|
// CmdId: 1959
|
|
message SaveMainCoopReq {
|
|
uint32 id = 7;
|
|
uint32 self_confidence = 5;
|
|
map<uint32, int32> PENJAEJFOCP = 14;
|
|
map<uint32, int32> GIINOODGCOO = 10;
|
|
uint32 save_point_id = 4;
|
|
}
|
|
|