Grasscutter/proto/SceneUnlockInfoNotify.proto

10 lines
182 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "SceneUnlockInfo.proto";
message SceneUnlockInfoNotify {
repeated SceneUnlockInfo unlockInfos = 1;
}