示例#1
0
 private bool BuyProduct(int productId, EMoneyType moneyType)
 {
     return(MachineState.BuyProduct(productId, moneyType));
 }