GC-Proto/proto/RegionSearchNotify.proto
2023-02-28 09:12:44 +08:00

14 lines
250 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "RegionSearchInfo.proto";
// Name: HHNOJCJIIKA
// CmdId: 5648
message RegionSearchNotify {
repeated RegionSearchInfo region_search_list = 11;
uint32 uid = 10;
}