C# Class BusinessLogic.Logic.Achievements.HardcoreAchievement

Inheritance: BaseAchievement
Show file Open project: NemeStats/NemeStats

Public Methods

Method Description
HardcoreAchievement ( IDataContext dataContext ) : System.Collections.Generic
IsAwardedForThisPlayer ( int playerId ) : AchievementAwarded

Method Details

HardcoreAchievement() public method

public HardcoreAchievement ( IDataContext dataContext ) : System.Collections.Generic
dataContext IDataContext
return System.Collections.Generic

IsAwardedForThisPlayer() public method

public IsAwardedForThisPlayer ( int playerId ) : AchievementAwarded
playerId int
return AchievementAwarded