C# Класс SuperSkills, TheDeadMemories

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

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

Метод Описание
SuperSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, float zone ) : System.Collections
getZone ( ) : float
launch ( Vector3 position, float distance, float damage, bool furie, float damageFurie, float factorCritique ) : void

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

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

public SuperSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, float zone ) : System.Collections
name string
description string
price int
father Skills,
timeIncantation float
manaCost int
particule Transform
damage float
zone float
Результат System.Collections

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

public getZone ( ) : float
Результат float

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

public launch ( Vector3 position, float distance, float damage, bool furie, float damageFurie, float factorCritique ) : void
position Vector3
distance float
damage float
furie bool
damageFurie float
factorCritique float
Результат void