C# Class BusinessLogic.Logic.Achievements.ChampionAchievement

Inheritance: BaseAchievement
Mostra file Open project: NemeStats/NemeStats

Public Methods

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

Method Details

ChampionAchievement() public method

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

IsAwardedForThisPlayer() public method

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