C# Class DoubleProjectileShooter, Unity3D-Space-Shooter-Game

Weapon type based on weapon based that fires two projectiles from the front of the ship
Inheritance: WeaponBase
Show file Open project: emir01/Unity3D-Space-Shooter-Game

Public Methods

Method Description
DoubleProjectileShooter ( ) : UnityEngine
Fire ( GameObject ammo, GameObject origin ) : void

Method Details

DoubleProjectileShooter() public method

public DoubleProjectileShooter ( ) : UnityEngine
return UnityEngine

Fire() public method

public Fire ( GameObject ammo, GameObject origin ) : void
ammo GameObject
origin GameObject
return void