Пример #1
0
 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;
 }
Пример #2
0
 public InitData(eCharaId charaId, int playerNo)
 {
     this.charaId  = charaId;
     this.playerNo = playerNo;
 }