Files
Grasscutter-Protos/proto/SceneUnlockInfoNotify.proto
2022-04-19 10:02:20 -07:00

10 lines
182 B
Protocol Buffer

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