Files
Grasscutter/proto/HomeBlockNotify.proto
2022-06-17 18:15:49 -07:00

11 lines
181 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 4542
// EnetChannelId: 0
// EnetIsReliable: true
message HomeBlockNotify {
uint32 end_time = 7;
}