C# Class StalactiteDamage, Heracles

Inheritance: MonoBehaviour
Datei anzeigen Open project: TrinityUniversityGameDesign/Heracles

Public Properties

Property Type Description
healthPhases int[]
isInvincible bool

Public Methods

Method Description
DoDamage ( int amount ) : void
DoDie ( ) : void
GetHealth ( ) : int
GetPhase ( ) : int
Start ( ) : void
setupNewPhase ( ) : void

Method Details

DoDamage() public method

public DoDamage ( int amount ) : void
amount int
return void

DoDie() public method

public DoDie ( ) : void
return void

GetHealth() public method

public GetHealth ( ) : int
return int

GetPhase() public method

public GetPhase ( ) : int
return int

Start() public method

public Start ( ) : void
return void

setupNewPhase() public method

public setupNewPhase ( ) : void
return void

Property Details

healthPhases public_oe property

public int[] healthPhases
return int[]

isInvincible public_oe property

public bool isInvincible
return bool