C# Class Kroulis.Item.Potions

Inheritance: Items
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public SetPotionsInfoHP ( float HPRegenPercent, float HPRegen ) : void
HPRegenPercent float
HPRegen float
Résultat void

SetPotionsInfoMP() public méthode

public SetPotionsInfoMP ( float MPRegenPercent, float MPRegen ) : void
MPRegenPercent float
MPRegen float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Use_Item() public méthode

public Use_Item ( GameObject Caller = null, GameObject Target = null ) : bool
Caller UnityEngine.GameObject
Target UnityEngine.GameObject
Résultat bool