C# Class DamageSkills, TheDeadMemories

Inheritance: ActiveSkills
Show file Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Protected Properties

Property Type Description
m_baseDamage float
m_damage float

Public Methods

Method Description
DamageSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float baseDamage ) : System.Collections
getDamage ( ) : float
setBaseDamage ( float baseDamage ) : void
setDamage ( float damage ) : void

Method Details

DamageSkills() public method

public DamageSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float baseDamage ) : System.Collections
name string
description string
price int
father Skills,
timeIncantation float
manaCost int
particule Transform
baseDamage float
return System.Collections

getDamage() public method

public getDamage ( ) : float
return float

setBaseDamage() public method

public setBaseDamage ( float baseDamage ) : void
baseDamage float
return void

setDamage() public method

public setDamage ( float damage ) : void
damage float
return void

Property Details

m_baseDamage protected property

protected float m_baseDamage
return float

m_damage protected property

protected float m_damage
return float