예제 #1
0
 public void PickUp(AmmoPickup stats, PlayerStatsControll player)
 {
     player.Ammo += _ammoValue;
     Destroy(gameObject);
 }