C# Class BusinessLogic.Logic.Achievements.DespicableMeAchievement

Inheritance: BaseAchievement
Show file Open project: NemeStats/NemeStats

Public Methods

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

Method Details

DespicableMeAchievement() public method

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

IsAwardedForThisPlayer() public method

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