syntax = "proto3"; import "OnlinePlayerInfo.proto"; import "ExhibitionDisplayInfo.proto"; option java_package = "emu.grasscutter.net.proto"; message IslandPartyGallerySettleInfo { OnlinePlayerInfo playerInfo = 3; repeated ExhibitionDisplayInfo cardList = 9; }