C# 클래스 Huoyaoyuan.AdmiralRoom.Officer.QuestTarget

상속: NotificationObject, IDisposable
파일 보기 프로젝트 열기: huoyaoyuan/AdmiralRoom 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Increase void
SharedIncrease void

공개 메소드들

메소드 설명
Dispose ( ) : void
QuestTarget ( ICounter counter, int questid, QuestPeriod period, int max, int sharedwith, string description = "" ) : System
Set100 ( ) : void
Set50 ( ) : void
Set80 ( ) : void
SetProgress ( int n, bool force ) : void

비공개 메소드들

메소드 설명
Increase ( int n ) : void
SharedIncrease ( int n ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

QuestTarget() 공개 메소드

public QuestTarget ( ICounter counter, int questid, QuestPeriod period, int max, int sharedwith, string description = "" ) : System
counter ICounter
questid int
period QuestPeriod
max int
sharedwith int
description string
리턴 System

Set100() 공개 메소드

public Set100 ( ) : void
리턴 void

Set50() 공개 메소드

public Set50 ( ) : void
리턴 void

Set80() 공개 메소드

public Set80 ( ) : void
리턴 void

SetProgress() 공개 메소드

public SetProgress ( int n, bool force ) : void
n int
force bool
리턴 void