mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 10:24:47 +01:00
implement furniture make system
This commit is contained in:
11
proto/UnlockedFurnitureSuiteDataNotify.proto
Normal file
11
proto/UnlockedFurnitureSuiteDataNotify.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 4717
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message UnlockedFurnitureSuiteDataNotify {
|
||||
bool is_all = 10;
|
||||
repeated uint32 furniture_suite_id_list = 15;
|
||||
}
|
||||
Reference in New Issue
Block a user