mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
18 lines
342 B
Protocol Buffer
18 lines
342 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: BBNFFMPCCDO
|
|
message HomeBlueprintSlotInfo {
|
|
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;
|
|
}
|
|
|