Example #1
0
 private void GunCheck()
 {
     if (currentCell.ammoOnCell && !AmmoIsFull())
     {
         FillGun();
         currentCell.DestroyAmmoPack();
     }
 }