GC-Proto/proto/IslandPartyGallerySettleInf...

13 lines
266 B
Protocol Buffer

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