public List <TreasureData> treasureDataList; // 取得したお宝リスト(探偵はnull) public InitData(int rank, eCharaId charaId, int playerNo, List <TreasureData> treasureDataList) { this.rank = rank; this.charaId = charaId; this.playerNo = playerNo; this.treasureDataList = treasureDataList; }
public InitData(eCharaId charaId, int playerNo) { this.charaId = charaId; this.playerNo = playerNo; }