C# Class Huoyaoyuan.AdmiralRoom.Officer.QuestTarget

Inheritance: NotificationObject, IDisposable
Afficher le fichier Open project: huoyaoyuan/AdmiralRoom Class Usage Examples

Private Properties

Свойство Type Description
Increase void
SharedIncrease void

Méthodes publiques

Méthode 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

Méthode Description
Increase ( int n ) : void
SharedIncrease ( int n ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QuestTarget() public méthode

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
Résultat System

Set100() public méthode

public Set100 ( ) : void
Résultat void

Set50() public méthode

public Set50 ( ) : void
Résultat void

Set80() public méthode

public Set80 ( ) : void
Résultat void

SetProgress() public méthode

public SetProgress ( int n, bool force ) : void
n int
force bool
Résultat void