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

io.github.pidoveproject.showdown.protocol.server.tournament.TournamentSetting.scala Maven / Gradle / Ivy

The newest version!
package io.github.pidoveproject.showdown.protocol.server.tournament

import io.github.pidoveproject.showdown.protocol.MessageDecoder

/**
 * A tournament setting.
 */
enum TournamentSetting derives MessageDecoder:
  case Allow()
  case Disallow()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy