C# Класс Gruppe22.Backend.ItemEffect

Class for the effects of items e.g. increasing the health by 5
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ItemEffect ( ItemProperty property = ItemProperty.Null, int effect, int duration ) : System

Constructor

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

ItemEffect() публичный метод

Constructor
public ItemEffect ( ItemProperty property = ItemProperty.Null, int effect, int duration ) : System
property ItemProperty Which property this effect should be, no default value
effect int The intensity of that property, by default 0
duration int The duration of that property, by default 0
Результат System