Exemplo n.º 1
0
 private void OnSaberBuyBtn()
 {
     weaponManager.AddNewWeapon(saberPrefab);
     shopCanvas.SetActive(false);
 }