C# 클래스 DoubleProjectileShooter, Unity3D-Space-Shooter-Game

Weapon type based on weapon based that fires two projectiles from the front of the ship
상속: WeaponBase
파일 보기 프로젝트 열기: emir01/Unity3D-Space-Shooter-Game

공개 메소드들

메소드 설명
DoubleProjectileShooter ( ) : UnityEngine
Fire ( GameObject ammo, GameObject origin ) : void

메소드 상세

DoubleProjectileShooter() 공개 메소드

public DoubleProjectileShooter ( ) : UnityEngine
리턴 UnityEngine

Fire() 공개 메소드

public Fire ( GameObject ammo, GameObject origin ) : void
ammo GameObject
origin GameObject
리턴 void