GC-Proto/proto/HideAndSeekMapInfo.proto

12 lines
193 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: CGAKMGMPFDD
message HideAndSeekMapInfo {
uint32 id = 1;
repeated uint32 match_lock_reason_list = 3;
}