GC-Proto/proto/GetMapAreaRsp.proto

12 lines
236 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
2024-08-28 12:09:22 +03:00
2023-02-18 04:48:44 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 12:09:22 +03:00
// Version: 5.0
// CmdId: 22235
import "MapAreaInfo.proto";
2024-08-28 12:09:22 +03:00
message GetMapAreaRsp {
int32 retcode = 14;
repeated MapAreaInfo map_area_info_list = 15;
}