mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
334 B
Protocol Buffer
16 lines
334 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "HomePlantFieldStatus.proto";
|
|
|
|
// Name: BIHOOGKDIGP
|
|
message HomePlantSubFieldData {
|
|
HomePlantFieldStatus field_status = 14;
|
|
uint32 LLGHDIMCDAG = 11;
|
|
repeated uint32 entity_id_list = 7;
|
|
fixed32 end_time = 6;
|
|
uint32 MAIEPKDDLJF = 13;
|
|
}
|
|
|