package domain.sheets;
public class LargeStraight extends Category{
@Override
public void independentValue() {
this.value = 40;
}