mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 02:45:52 +01:00
implement furniture make system
This commit is contained in:
12
proto/FurnitureMakeStartReq.proto
Normal file
12
proto/FurnitureMakeStartReq.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 4582
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message FurnitureMakeStartReq {
|
||||
uint32 make_id = 1;
|
||||
uint32 avatar_id = 14;
|
||||
}
|
||||
Reference in New Issue
Block a user