C# Class SotFSkill, Castle-Bashers

Inheritance: Skill
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers

Méthodes publiques

Свойство Type Description
aoeRadius float
healPercentPerTarget float

Méthodes publiques

Méthode Description
UseSkill ( GameObject caller, GameObject target = null, object optionalParameters = null ) : void

Méthodes protégées

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

UseSkill() public méthode

public UseSkill ( GameObject caller, GameObject target = null, object optionalParameters = null ) : void
caller GameObject
target GameObject
optionalParameters object
Résultat void

Property Details

aoeRadius public_oe property

public float aoeRadius
Résultat float

healPercentPerTarget public_oe property

public float healPercentPerTarget
Résultat float