C# Class BrokenShoeLeague.Domain.DefaultAchievements.BaseAchievement

Show file Open project: YeeRSoft/broken-shoe-league

Public Methods

Method Description
MatchCondition ( IEnumerable stats ) : bool
Text ( string username ) : string

Method Details

MatchCondition() public abstract method

public abstract MatchCondition ( IEnumerable stats ) : bool
stats IEnumerable
return bool

Text() public abstract method

public abstract Text ( string username ) : string
username string
return string