C# Class ZoneSkills, TheDeadMemories

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

Méthodes publiques

Méthode Description
ZoneSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, int costIncDamage, int costIncZone, string nameDamage, string nameZone, string descriptionDamage, string descriptionZone, float baseZone ) : System.Collections
launch ( Vector3 position ) : void

Method Details

ZoneSkills() public méthode

public ZoneSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, int costIncDamage, int costIncZone, string nameDamage, string nameZone, string descriptionDamage, string descriptionZone, float baseZone ) : System.Collections
name string
description string
price int
father Skills,
timeIncantation float
manaCost int
particule Transform
damage float
costIncDamage int
costIncZone int
nameDamage string
nameZone string
descriptionDamage string
descriptionZone string
baseZone float
Résultat System.Collections

launch() public méthode

public launch ( Vector3 position ) : void
position Vector3
Résultat void