C# 클래스 tsge.Classes.Buff

상속: ModelBase, ICloneable
파일 보기 프로젝트 열기: Walkman100/TSGE

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : object

ICloneable implementation.

SetBuff ( int buffId ) : void

Updates this buff entry to the given buff.

ToString ( ) : string

Tostring override to return this buffs name.

메소드 상세

Clone() 공개 메소드

ICloneable implementation.
public Clone ( ) : object
리턴 object

SetBuff() 공개 메소드

Updates this buff entry to the given buff.
public SetBuff ( int buffId ) : void
buffId int
리턴 void

ToString() 공개 메소드

Tostring override to return this buffs name.
public ToString ( ) : string
리턴 string