mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 10:24:47 +01:00
Implement the Home System (Serenitea Pot)
This commit is contained in:
13
proto/HomeUpdateArrangementInfoReq.proto
Normal file
13
proto/HomeUpdateArrangementInfoReq.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "HomeSceneArrangementInfo.proto";
|
||||
|
||||
// CmdId: 4472
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message HomeUpdateArrangementInfoReq {
|
||||
HomeSceneArrangementInfo scene_arrangement_info = 12;
|
||||
}
|
||||
Reference in New Issue
Block a user