C# 클래스 SafeAndFree.Data.Debuff

파일 보기 프로젝트 열기: mokasocial/PrivacyDefense 1 사용 예제들

공개 메소드들

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