C# Class Huoyaoyuan.AdmiralRoom.Officer.QuestTarget

Inheritance: NotificationObject, IDisposable
Datei anzeigen Open project: huoyaoyuan/AdmiralRoom Class Usage Examples

Private Properties

Property Type Description
Increase void
SharedIncrease void

Public Methods

Method Description
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

Private Methods

Method Description
Increase ( int n ) : void
SharedIncrease ( int n ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

QuestTarget() public method

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
return System

Set100() public method

public Set100 ( ) : void
return void

Set50() public method

public Set50 ( ) : void
return void

Set80() public method

public Set80 ( ) : void
return void

SetProgress() public method

public SetProgress ( int n, bool force ) : void
n int
force bool
return void