コード例 #1
0
ファイル: Coin.cs プロジェクト: ongoni/oop-practice
 public void Mint(double weight)
 {
     _coinType.Mint(weight);
 }