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,8 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message FurnitureMakeHelpData {
uint32 uid = 1;
uint32 times = 2;
}