GC-Proto/proto/TakeFurnitureMakeReq.proto

11 lines
215 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-08 14:40:31 +03:00
// 4.7.0
// CmdId: 7585
// Obf: KGPNKGFHBNH
2022-11-06 15:30:21 +03:00
message TakeFurnitureMakeReq {
2024-07-08 14:40:31 +03:00
uint32 index = 5;
bool is_fast_finish = 11;
uint32 make_id = 10;
2022-11-06 15:30:21 +03:00
}