mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-27 05:09:17 +00:00
14 lines
292 B
Protocol Buffer
14 lines
292 B
Protocol Buffer
|
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;
|
||
|
}
|