Exemplo n.º 1
0
 public static function Normal()
 {
     if (!Strength::$NORMAL) {
         Strength::$NORMAL = new Strength(4, "normal");
     }
     return Strength::$NORMAL;
 }