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

io.github.pidoveproject.showdown.battle.BattleResult.scala Maven / Gradle / Ivy

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

import io.github.pidoveproject.showdown.user.Username

/**
 * The result of an ended battle.
 */
enum BattleResult:

  /**
   * A user won the game.
   *
   * @param winner the user who won
   */
  case Win(winner: Username)

  /**
   * The game ended in a tie.
   */
  case Tie




© 2015 - 2024 Weber Informatics LLC | Privacy Policy