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