mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 19:04:40 +01:00
implement furniture make system
This commit is contained in:
13
proto/FurnitureMakeStartRsp.proto
Normal file
13
proto/FurnitureMakeStartRsp.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "FurnitureMakeSlot.proto";
|
||||
|
||||
// CmdId: 4463
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message FurnitureMakeStartRsp {
|
||||
int32 retcode = 8;
|
||||
FurnitureMakeSlot furniture_make_slot = 10;
|
||||
}
|
||||
Reference in New Issue
Block a user