示例#1
0
 public void BuyOutfit(Girl girl, Outfit outfit)
 {
     girl.BuyOutfit(outfit);
 }