C# Класс SafeAndFree.Data.Debuff

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

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

Метод Описание
Debuff ( CreepStats theTarget, int theAmount, int theDuration ) : System
Debuff ( CreepStats theTarget, int theAmount, int theDuration, bool isInstance ) : System
GetInstance ( CreepStats theTarget, int theAmount, int theDuration ) : Debuff
Update ( ) : void

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

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

public Debuff ( CreepStats theTarget, int theAmount, int theDuration ) : System
theTarget CreepStats
theAmount int
theDuration int
Результат System

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

public Debuff ( CreepStats theTarget, int theAmount, int theDuration, bool isInstance ) : System
theTarget CreepStats
theAmount int
theDuration int
isInstance bool
Результат System

GetInstance() публичный статический Метод

public static GetInstance ( CreepStats theTarget, int theAmount, int theDuration ) : Debuff
theTarget CreepStats
theAmount int
theDuration int
Результат Debuff

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

public Update ( ) : void
Результат void