Grasscutter/proto/TryEnterHomeReq.proto

13 lines
234 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 4553
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message TryEnterHomeReq {
uint32 target_uid = 10;
uint32 target_point = 13;
}