mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 12:36:06 +00:00
14 lines
265 B
Protocol Buffer
14 lines
265 B
Protocol Buffer
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;
|
|
}
|