C# Class BrokenShoeLeague.Domain.DefaultAchievements.BaseAchievement

Afficher le fichier Open project: YeeRSoft/broken-shoe-league

Méthodes publiques

Méthode Description
MatchCondition ( IEnumerable stats ) : bool
Text ( string username ) : string

Method Details

MatchCondition() public abstract méthode

public abstract MatchCondition ( IEnumerable stats ) : bool
stats IEnumerable
Résultat bool

Text() public abstract méthode

public abstract Text ( string username ) : string
username string
Résultat string