Skip to main content

IAchievementProvider

The IAchievementProvider is the interface that acts as the blueprint for any achievement provider. All achievement providers have to implement this interface. Once they do so, they will be available to be used as achievement providers.

Methods API

MethodParametersReturnsDescription
GetAchievementsDictionary<Achievements, Achievement>Returns all achievements that are being provided by the provider.
IsReadyboolReturns wether the provider is ready or not.