C# Класс ActiveSkills, TheDeadMemories

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

Защищенные свойства (Protected)

Свойство Тип Описание
m_particule Transform

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

Метод Описание
ActiveSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule ) : System.Collections
getManaCost ( ) : int
getTimeIncantation ( ) : float

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

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

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

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

public getManaCost ( ) : int
Результат int

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

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

Описание свойств

m_particule защищенное свойство

protected Transform m_particule
Результат Transform