C# Класс PorteeSkills, TheDeadMemories

Наследование: BaseSkills
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

PorteeSkills() публичный Метод

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
Результат System.Collections

launch() публичный Метод

public launch ( Vector3 position, Vector3 forward, float damageMagic, float critic, float factor ) : void
position Vector3
forward Vector3
damageMagic float
critic float
factor float
Результат void