GC-Proto/proto/HomeCreateBlueprintReq.proto

16 lines
339 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "HomeSceneArrangementInfo.proto";
2023-02-28 04:12:44 +03:00
// Name: FDIKAEEIFOI
// CmdId: 4865
2023-02-18 04:48:44 +03:00
message HomeCreateBlueprintReq {
2023-02-28 04:12:44 +03:00
string server_share_code = 3;
HomeSceneArrangementInfo scene_arrangement_info = 14;
uint32 slot_id = 8;
uint32 gen_share_code_count = 1;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00