Grasscutter/proto/SceneForceUnlockNotify.proto

9 lines
158 B
Protocol Buffer
Raw Normal View History

2022-04-17 12:43:07 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message SceneForceUnlockNotify {
repeated uint32 forceIdList = 1;
bool isAdd = 2;
}