Files
Grasscutter-Protos/proto/SceneUnlockInfoNotify.proto
2022-04-25 16:17:42 +08:00

10 lines
182 B
Protocol Buffer
Executable File

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