C# Class ActiveSkills, TheDeadMemories

Inheritance: Skills
Exibir arquivo Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Protected Properties

Property Type Description
m_particule Transform

Public Methods

Method 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 method

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
return System.Collections

getManaCost() public method

public getManaCost ( ) : int
return int

getTimeIncantation() public method

public getTimeIncantation ( ) : float
return float

Property Details

m_particule protected_oe property

protected Transform m_particule
return Transform