C# Class PorteeSkills, TheDeadMemories

Inheritance: BaseSkills
Afficher le fichier Open project: TheDeadMemoriesTeam/TheDeadMemories

Méthodes publiques

Méthode Description
PorteeSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, int costIncDamage, int costIncPortee, string nameDamage, string namePortee, string descriptionDamage, string descriptionPortee, float basePortee ) : System.Collections
launch ( Vector3 position, Vector3 forward, float damageMagic, float critic, float factor ) : void

Method Details

PorteeSkills() public méthode

public PorteeSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, int costIncDamage, int costIncPortee, string nameDamage, string namePortee, string descriptionDamage, string descriptionPortee, float basePortee ) : System.Collections
name string
description string
price int
father Skills,
timeIncantation float
manaCost int
particule Transform
damage float
costIncDamage int
costIncPortee int
nameDamage string
namePortee string
descriptionDamage string
descriptionPortee string
basePortee float
Résultat System.Collections

launch() public méthode

public launch ( Vector3 position, Vector3 forward, float damageMagic, float critic, float factor ) : void
position Vector3
forward Vector3
damageMagic float
critic float
factor float
Résultat void