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
Method | Parameters | Returns | Description |
GetAchievements | Dictionary<Achievements, Achievement> | Returns all achievements that are being provided by the provider. | |
IsReady | bool | Returns wether the provider is ready or not. |