예제 #1
0
 public void Steal()
 {
     _playerMoney.LoseMoney(_amountToSteal.IntValue);
     _amountStolen = _amountToSteal.IntValue;
 }