GC-Proto/proto/HomeBlueprintSlotInfo.proto

18 lines
342 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-04-11 06:14:48 +03:00
// Name: BBNFFMPCCDO
2023-02-18 04:48:44 +03:00
message HomeBlueprintSlotInfo {
2023-04-11 06:14:48 +03:00
uint32 module_id = 3;
bool is_allow_copy = 8;
uint32 create_time = 15;
uint32 slot_id = 10;
uint32 scene_id = 13;
string share_code = 11;
bool IEPNMCGOGEN = 7;
uint32 block_id = 5;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00