mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 10:55:08 +01:00
implement furniture make system
This commit is contained in:
17
proto/TakeFurnitureMakeRsp.proto
Normal file
17
proto/TakeFurnitureMakeRsp.proto
Normal file
@@ -0,0 +1,17 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "FurnitureMakeSlot.proto";
|
||||
import "ItemParam.proto";
|
||||
|
||||
// CmdId: 4599
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message TakeFurnitureMakeRsp {
|
||||
int32 retcode = 9;
|
||||
uint32 make_id = 2;
|
||||
FurnitureMakeSlot furniture_make_slot = 15;
|
||||
repeated ItemParam output_item_list = 10;
|
||||
repeated ItemParam return_item_list = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user