mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-05 11:57:06 +03:00
sync 4.0 v1 (66b3744)
This commit is contained in:
@@ -18,11 +18,11 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
import "HomePlantSubFieldData.proto";
|
||||
import "Vector.proto";
|
||||
// Obf: APNHPMCHKJE
|
||||
// Obf: KMACEBKKPGM
|
||||
message HomePlantFieldData {
|
||||
repeated HomePlantSubFieldData sub_field_list = 14;
|
||||
uint32 field_guid = 10;
|
||||
uint32 scene_id = 1;
|
||||
Vector spawn_pos = 11;
|
||||
uint32 furniture_id = 6;
|
||||
uint32 field_guid = 8;
|
||||
uint32 furniture_id = 14;
|
||||
repeated HomePlantSubFieldData sub_field_list = 4;
|
||||
Vector spawn_pos = 13;
|
||||
uint32 scene_id = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user