Esempio n. 1
0
 // get the stats of the current build.
 // NOTE: the monster will contain it's base stats
 public Stats GetStats()
 {
     return(Current.GetStats(this));
 }