mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-05 11:57:06 +03:00
testing
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
|
||||
import "Rotation.proto";
|
||||
import "HomePlantSubFieldData.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message HomePlantFieldData {
|
||||
uint32 sceneId = 1;
|
||||
uint32 fieldGuid = 3;
|
||||
repeated HomePlantSubFieldData subFieldList = 2;
|
||||
uint32 furnitureId = 4;
|
||||
Rotation spawnPos = 9;
|
||||
}
|
Reference in New Issue
Block a user