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

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

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

/**
 * A player side relative to another.
 */
enum RelativeSide:

  /**
   * The same side.
   */
  case Ally

  /**
   * The opposite side.
   *
   * @note some formats like Free-for-All have multiple opposite sides
   */
  case Enemy




© 2015 - 2024 Weber Informatics LLC | Privacy Policy