C# Class ActiveSkills, TheDeadMemories

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

Protected Properties

Свойство Type Description
m_particule Transform

Méthodes publiques

Méthode Description
ActiveSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule ) : System.Collections
getManaCost ( ) : int
getTimeIncantation ( ) : float

Method Details

ActiveSkills() public méthode

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

getManaCost() public méthode

public getManaCost ( ) : int
Résultat int

getTimeIncantation() public méthode

public getTimeIncantation ( ) : float
Résultat float

Property Details

m_particule protected_oe property

protected Transform m_particule
Résultat Transform