C# 클래스 Gruppe22.Backend.ItemEffect

Class for the effects of items e.g. increasing the health by 5
파일 보기 프로젝트 열기: propra13-orga/gruppe22 1 사용 예제들

공개 메소드들

메소드 설명
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