All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.pidoveproject.showdown.team.Team.scala Maven / Gradle / Ivy

The newest version!
package io.github.pidoveproject.showdown.team

/**
 * A pokemon team set, like in Showdown's team builder.
 *
 * @param name the name of the team
 * @param tier the tier this team is made for
 * @param sets the pokemon sets of this team.
 */
case class Team(name: TeamName, tier: Tier, sets: PokemonSets)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy