Description();
}
public function Hooks() {
return array();
}
public function Description() {
$Description = 'This rule will never be awarded automatically and should be kept disabled. Use it for custom badges you want to hand out manually.';
return $Description;
}
public function Name() {
return 'Manual Award';
}
}
?>