GC-Proto/unimplemented/GetAreaExplorePointReq.proto
2024-08-28 13:04:33 +08:00

9 lines
180 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 21085
message GetAreaExplorePointReq {
repeated uint32 area_id_list = 11;
}