mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
works 4.0 in-game
This commit is contained in:
@@ -15,25 +15,22 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
import "HomeBlockArrangementInfo.proto";
|
||||
import "HomeFurnitureData.proto";
|
||||
import "Vector.proto";
|
||||
import "HomeBlockArrangementInfo.proto";
|
||||
// Obf: OPEJIIPLGJN
|
||||
// Obf: LEMEOONDDGM
|
||||
message HomeSceneArrangementInfo {
|
||||
repeated HomeFurnitureData Unk3300_CMBCIBBCMOK = 12;
|
||||
Vector born_pos = 4;
|
||||
repeated HomeBlockArrangementInfo block_arrangement_info_list = 15;
|
||||
Vector djinn_pos = 3;
|
||||
uint32 scene_id = 14;
|
||||
repeated HomeBlockArrangementInfo block_arrangement_info_list = 2;
|
||||
repeated HomeFurnitureData HDOFAHGPJGK = 7;
|
||||
repeated HomeFurnitureData MLECLIOFALA = 12;
|
||||
Vector born_rot = 9;
|
||||
uint32 scene_id = 8;
|
||||
uint32 bgm_id = 3;
|
||||
uint32 comfort_value = 5;
|
||||
HomeFurnitureData main_house = 6;
|
||||
repeated HomeFurnitureData Unk3300_EOHAHHFDAPI = 5;
|
||||
bool is_set_born_pos = 2;
|
||||
uint32 bgm_id = 10;
|
||||
uint32 tmp_version = 1;
|
||||
Vector born_rot = 13;
|
||||
uint32 comfort_value = 11;
|
||||
uint32 tmp_version = 13;
|
||||
bool is_set_born_pos = 1;
|
||||
Vector djinn_pos = 4;
|
||||
Vector born_pos = 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user