GC-Proto/unimplemented/GetAreaExplorePointReq.proto

9 lines
180 B
Protocol Buffer
Raw Normal View History

2024-08-21 04:48:06 +03:00
syntax = "proto3";
2024-08-28 08:04:33 +03:00
2024-08-21 04:48:06 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 08:04:33 +03:00
// Version: 5.0
// CmdId: 21085
message GetAreaExplorePointReq {
repeated uint32 area_id_list = 11;
}