C# Class SuperSkills, TheDeadMemories

Inheritance: DamageSkills
Afficher le fichier Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Méthodes publiques

Méthode Description
SuperSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, float zone ) : System.Collections
getZone ( ) : float
launch ( Vector3 position, float distance, float damage, bool furie, float damageFurie, float factorCritique ) : void

Method Details

SuperSkills() public méthode

public SuperSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, float zone ) : System.Collections
name string
description string
price int
father Skills,
timeIncantation float
manaCost int
particule Transform
damage float
zone float
Résultat System.Collections

getZone() public méthode

public getZone ( ) : float
Résultat float

launch() public méthode

public launch ( Vector3 position, float distance, float damage, bool furie, float damageFurie, float factorCritique ) : void
position Vector3
distance float
damage float
furie bool
damageFurie float
factorCritique float
Résultat void