Skip to content

Instantly share code, notes, and snippets.

@stasimus
Created June 10, 2012 21:51
Show Gist options
  • Save stasimus/2907460 to your computer and use it in GitHub Desktop.
Save stasimus/2907460 to your computer and use it in GitHub Desktop.
val blaster = new Weapon("", -99)
val soldier = new Soldier(4, blaster)
val validationR = validateAmmo(soldierAmmoL.get(soldier)) and validateName(soldierWeaponName.get(soldier))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment