コード例 #1
0
 public void CashInTreasure(Treasure t)
 {
     currentTreasure.Remove(t);
     t.CashIn();
 }