GC-Proto/proto/GetMapAreaRsp.proto

10 lines
227 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MapAreaInfo.proto";
2024-07-04 14:27:43 +03:00
// CmdId: 26944
// Obf: OOAPOAEHAAM
2023-02-18 04:48:44 +03:00
message GetMapAreaRsp {
2024-07-04 14:27:43 +03:00
repeated MapAreaInfo map_area_info_list = 8;
int32 retcode = 13;
2023-02-18 04:48:44 +03:00
}