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