mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 17:29:26 +03:00
9 lines
185 B
Protocol Buffer
9 lines
185 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// 4.6.0
|
|
// CmdId: 1077
|
|
message SceneForceUnlockNotify {
|
|
bool is_add = 12;
|
|
repeated uint32 force_id_list = 13;
|
|
} |