no, that is not how it works. in a master class, you only need to create the variable and functions that are common across all pickable in a master class. And then define them in child class. then other variables defined in their respective child classes.