12 lines
195 B
Protocol Buffer
12 lines
195 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// Name: ENGBKEBLFFD
|
||
|
message HideAndSeekMapInfo {
|
||
|
uint32 id = 10;
|
||
|
repeated uint32 match_lock_reason_list = 13;
|
||
|
}
|
||
|
|