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