add some extra assets FX and SFX
This commit is contained in:
@@ -52,4 +52,14 @@ public class weaponOnInventory : objectOnInventory
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
public int getRemainingAmmoValue ()
|
||||
{
|
||||
return remainingAmmo;
|
||||
}
|
||||
|
||||
public weaponPickup getWeaponPickup ()
|
||||
{
|
||||
return mainWeaponPickup;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user