Closed manueldidonna closed 4 years ago
Support shiny pokemon adding a boolean property to the Pokemon interface
Pokemon
interface Pokemon { val isShiny: Boolean } interface Mutator { fun shiny(value: Boolean): Mutator }
Support shiny pokemon adding a boolean property to the
Pokemon
interface