contains method
contains another class
Implementation
@override
bool contains(CharacterClass other) {
return other is NumberCharacters;
}
contains another class
@override
bool contains(CharacterClass other) {
return other is NumberCharacters;
}