C# Class Strokes.BasicAchievements.NRefactory.NRefactoryAchievement

Base class for achievements that use a straight-forward NRefactory method to detect achievements
Inheritance: Strokes.Core.AchievementBase
Exibir arquivo Open project: jonasswiatek/strokes

Public Methods

Method Description
IsAchievementUnlocked ( StatisAnalysisSession statisAnalysisSession ) : bool

Protected Methods

Method Description
CreateVisitor ( StatisAnalysisSession statisAnalysisSession ) : AbstractAchievementVisitor

Method Details

CreateVisitor() protected abstract method

protected abstract CreateVisitor ( StatisAnalysisSession statisAnalysisSession ) : AbstractAchievementVisitor
statisAnalysisSession StatisAnalysisSession
return AbstractAchievementVisitor

IsAchievementUnlocked() public method

public IsAchievementUnlocked ( StatisAnalysisSession statisAnalysisSession ) : bool
statisAnalysisSession StatisAnalysisSession
return bool