C# Class plasmaCutter, Main-Working-Repository

Inheritance: weapon
Afficher le fichier Open project: GCSShatteredSpace/Main-Working-Repository

Méthodes publiques

Méthode Description
fireWeapon ( Vector2 pos, int time ) : void
isPassive ( ) : bool
plasmaCutter ( ) : System.Collections
readyToFire ( ) : bool

Private Methods

Méthode Description
Awake ( ) : void
Update ( ) : void
generateDamage ( ) : void

Method Details

fireWeapon() public méthode

public fireWeapon ( Vector2 pos, int time ) : void
pos Vector2
time int
Résultat void

isPassive() public méthode

public isPassive ( ) : bool
Résultat bool

plasmaCutter() public méthode

public plasmaCutter ( ) : System.Collections
Résultat System.Collections

readyToFire() public méthode

public readyToFire ( ) : bool
Résultat bool