コード例 #1
0
ファイル: Shop.cs プロジェクト: xackery/CleanCodeDate
 public void BuyOutfit(Girl girl, Outfit outfit)
 {
     girl.BuyOutfit(outfit);
 }