Class MyPreciousAchievement
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
My Precious - Hold 1 million gold at once. Dragon cosplay.
public class MyPreciousAchievement : Achievement
- Inheritance
-
objectMyPreciousAchievement
- Inherited Members
Properties
- MaxRank
How many ranks this achievement has (e.g. 5 for cumulative, 1 for one-shot).
Methods
- Initialize()
Called once when the achievement is created. Set Name, Category here.
- Tick()
Called every frame by AchievementsManager. Override for polling-based achievements.