C# Class Kroulis.Item.Potions

Inheritance: Items
Show file Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Methods

Method Description
SetPotionsInfoHP ( float HPRegenPercent, float HPRegen ) : void
SetPotionsInfoMP ( float MPRegenPercent, float MPRegen ) : void
Start ( ) : void
Use_Item ( GameObject Caller = null, GameObject Target = null ) : bool

Method Details

SetPotionsInfoHP() public method

public SetPotionsInfoHP ( float HPRegenPercent, float HPRegen ) : void
HPRegenPercent float
HPRegen float
return void

SetPotionsInfoMP() public method

public SetPotionsInfoMP ( float MPRegenPercent, float MPRegen ) : void
MPRegenPercent float
MPRegen float
return void

Start() public method

public Start ( ) : void
return void

Use_Item() public method

public Use_Item ( GameObject Caller = null, GameObject Target = null ) : bool
Caller UnityEngine.GameObject
Target UnityEngine.GameObject
return bool