GC-Proto/proto/AreaPlayInfoNotify.proto
2023-02-28 09:12:44 +08:00

14 lines
240 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "AreaPlayType.proto";
// Name: BBOEDGMNHBC
// CmdId: 3472
message AreaPlayInfoNotify {
uint32 detail_play_type = 3;
AreaPlayType area_play_type = 6;
}