GC-Proto/proto/HomeBlueprintSlotInfo.proto

16 lines
263 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message HomeBlueprintSlotInfo {
bool isAllowCopy = 9;
uint32 createTime = 8;
uint32 sceneId = 3;
uint32 blockId = 2;
uint32 slotId = 12;
uint32 moduleId = 1;
string shareCode = 4;
}