mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-04 01:04:36 +03:00
17 lines
318 B
Protocol Buffer
17 lines
318 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "FoundationOpType.proto";
|
|
|
|
// Name: HHLPGAGCBPI
|
|
// CmdId: 866
|
|
message FoundationRsp {
|
|
FoundationOpType op_type = 12;
|
|
uint32 ODOEMLALIML = 10;
|
|
int32 retcode = 14;
|
|
uint32 AHBIFENKEPF = 15;
|
|
uint32 gadget_entity_id = 6;
|
|
}
|
|
|