C# Class cleanLayer.Library.LUA.Dungeon

Afficher le fichier Open project: Vipeax/cleanLayer

Méthodes publiques

Méthode Description
AcceptDungeon ( ) : void
HasAcceptedProposal ( ) : bool
InDungeon ( ) : bool
InQueue ( ) : bool
IsDeserter ( ) : bool
IsProposal ( ) : bool
IsRolecheck ( ) : bool
JoinQueue ( ) : void
LeaveQueue ( ) : void
RejectDungeon ( ) : void

Private Methods

Méthode Description
GetLFDMode ( ) : string

Method Details

AcceptDungeon() public static méthode

public static AcceptDungeon ( ) : void
Résultat void

HasAcceptedProposal() public static méthode

public static HasAcceptedProposal ( ) : bool
Résultat bool

InDungeon() public static méthode

public static InDungeon ( ) : bool
Résultat bool

InQueue() public static méthode

public static InQueue ( ) : bool
Résultat bool

IsDeserter() public static méthode

public static IsDeserter ( ) : bool
Résultat bool

IsProposal() public static méthode

public static IsProposal ( ) : bool
Résultat bool

IsRolecheck() public static méthode

public static IsRolecheck ( ) : bool
Résultat bool

JoinQueue() public static méthode

public static JoinQueue ( ) : void
Résultat void

LeaveQueue() public static méthode

public static LeaveQueue ( ) : void
Résultat void

RejectDungeon() public static méthode

public static RejectDungeon ( ) : void
Résultat void