mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
17 lines
320 B
Protocol Buffer
17 lines
320 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "FoundationOpType.proto";
|
|
|
|
// CmdId: 846
|
|
// Name: CLJJEIKNDFO
|
|
message FoundationRsp {
|
|
FoundationOpType op_type = 9;
|
|
uint32 point_config_id = 12;
|
|
int32 retcode = 11;
|
|
uint32 gadget_entity_id = 1;
|
|
uint32 building_id = 5;
|
|
}
|
|
|