C# Class Potion, UnderworldExporter

Inheritance: MonoBehaviour
Show file Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Methods

Method Description
ApplyAttack ( int damage ) : bool
Eat ( ) : bool
UseVerb ( ) : string
use ( ) : bool

Method Details

ApplyAttack() public method

public ApplyAttack ( int damage ) : bool
damage int
return bool

Eat() public method

public Eat ( ) : bool
return bool

UseVerb() public method

public UseVerb ( ) : string
return string

use() public method

public use ( ) : bool
return bool