mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
297 B
Protocol Buffer
16 lines
297 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "FoundationOpType.proto";
|
|
|
|
// CmdId: 875
|
|
// Name: CDKIHLKOFKJ
|
|
message FoundationReq {
|
|
uint32 point_config_id = 14;
|
|
uint32 building_id = 11;
|
|
FoundationOpType op_type = 4;
|
|
uint32 gadget_entity_id = 2;
|
|
}
|
|
|