GC-Proto/proto/InstableSprayDetailInfo.proto
2023-04-11 16:18:47 +08:00

12 lines
227 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "InstableSprayStageInfo.proto";
// Name: KNCGAPIGLJB
message InstableSprayDetailInfo {
repeated InstableSprayStageInfo stage_info_list = 2;
}