mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 10:24:47 +01:00
Add missing forging protos, add data for ongoing forges to player, handler for ForgeStartReq.
This commit is contained in:
17
proto/ForgeQueueManipulateRsp.proto
Normal file
17
proto/ForgeQueueManipulateRsp.proto
Normal file
@@ -0,0 +1,17 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "ForgeQueueManipulateType.proto";
|
||||
import "ItemParam.proto";
|
||||
|
||||
// CmdId: 684
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message ForgeQueueManipulateRsp {
|
||||
int32 retcode = 13;
|
||||
ForgeQueueManipulateType manipulate_type = 8;
|
||||
repeated ItemParam output_item_list = 6;
|
||||
repeated ItemParam return_item_list = 10;
|
||||
repeated ItemParam extra_output_item_list = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user