C# Class PorteeSkills, TheDeadMemories

Inheritance: BaseSkills
Mostrar archivo Open project: TheDeadMemoriesTeam/TheDeadMemories

Public Methods

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

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

launch() public method

public launch ( Vector3 position, Vector3 forward, float damageMagic, float critic, float factor ) : void
position Vector3
forward Vector3
damageMagic float
critic float
factor float
return void