C# Class PotionOfHealing, chrawl

Inheritance: Potion
Show file Open project: PentaHelix/chrawl Class Usage Examples

Public Properties

Property Type Description
healAmount float

Public Methods

Method Description
Break ( GameObject g ) : void
Drink ( ) : void
Start ( ) : void

Method Details

Break() public method

public Break ( GameObject g ) : void
g GameObject
return void

Drink() public method

public Drink ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

healAmount public property

public float healAmount
return float