syntax = "proto3";
import "Item.proto";
message TrialAvatarInfo {
uint32 trialAvatarId = 1;
repeated Item trialEquipList = 2;
}