implement furniture make system

This commit is contained in:
Akka
2022-06-16 17:25:20 +08:00
committed by Melledy
parent a695d0c33e
commit d35ff068cf
31 changed files with 623 additions and 18 deletions

View 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;
}