C# Class ZoneSkills, TheDeadMemories

Inheritance: BaseSkills
显示文件 Open project: TheDeadMemoriesTeam/TheDeadMemories

Public Methods

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

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

launch() public method

public launch ( Vector3 position ) : void
position Vector3
return void