Example #1
0
 public void Weapon2Boomerang()
 {
     SoundManager.instance.PlaySingle(decisionSound);
     weapon2ItemGrid.BoomerangDisplay();
 }