Example #1
0
 public StatAchievement register()
 {
     StatisticsTracker.register(this);
     return(this);
 }
Example #2
0
 public StatBase register()
 {
     StatisticsTracker.register(this);
     return(this);
 }