C# Class plasmaCutter, Main-Working-Repository

Inheritance: weapon
ファイルを表示 Open project: GCSShatteredSpace/Main-Working-Repository

Public Methods

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

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void
generateDamage ( ) : void

Method Details

fireWeapon() public method

public fireWeapon ( Vector2 pos, int time ) : void
pos Vector2
time int
return void

isPassive() public method

public isPassive ( ) : bool
return bool

plasmaCutter() public method

public plasmaCutter ( ) : System.Collections
return System.Collections

readyToFire() public method

public readyToFire ( ) : bool
return bool