C# 클래스 BuffItem, Enclave

상속: Item
파일 보기 프로젝트 열기: BenjaminDo/Enclave 1 사용 예제들

공개 메소드들

메소드 설명
AddBuff ( BaseStat, stat, int mod ) : void
BuffCount ( ) : int
BuffItem ( ) : System
BuffItem ( Hashtable ht ) : System
GetBuffs ( ) : Hashtable
RemoveBuff ( BaseStat stat ) : void

메소드 상세

AddBuff() 공개 메소드

public AddBuff ( BaseStat, stat, int mod ) : void
stat BaseStat,
mod int
리턴 void

BuffCount() 공개 메소드

public BuffCount ( ) : int
리턴 int

BuffItem() 공개 메소드

public BuffItem ( ) : System
리턴 System

BuffItem() 공개 메소드

public BuffItem ( Hashtable ht ) : System
ht Hashtable
리턴 System

GetBuffs() 공개 메소드

public GetBuffs ( ) : Hashtable
리턴 Hashtable

RemoveBuff() 공개 메소드

public RemoveBuff ( BaseStat stat ) : void
stat BaseStat
리턴 void