GC-Proto/proto/RacingGalleryInfo.proto

12 lines
195 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "HomeRacingGalleryRecord.proto";
message RacingGalleryInfo {
repeated HomeRacingGalleryRecord recordList = 2;
}