GC-Proto/proto/AreaPlayInfoNotify.proto
2023-04-11 11:14:48 +08:00

14 lines
240 B
Protocol Buffer

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