Files
Grasscutter/proto/UnlockPersonalLineReq.proto
2022-07-10 17:52:47 +09:30

12 lines
217 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 476
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message UnlockPersonalLineReq {
uint32 personal_line_id = 8;
}