예제 #1
0
 public Money(string itemName, int itemAmount, itemTypes itemType, coinAmount cAmount)
 {
     this.itemName   = itemName;
     this.itemAmount = itemAmount;
     this.itemType   = itemType;
     this.cAmount    = cAmount;
 }
예제 #2
0
 public void setCoinAmount(coinAmount cAmount)
 {
     this.cAmount = cAmount;
 }