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

io.github.pidoveproject.showdown.protocol.client.TimeInterval.scala Maven / Gradle / Ivy

The newest version!
package io.github.pidoveproject.showdown.protocol.client

import io.github.pidoveproject.showdown.protocol.MessageEncoder

/**
 * An interval of time.
 */
enum TimeInterval derives MessageEncoder:
  case Minutes
  case Seconds
  case Off




© 2015 - 2024 Weber Informatics LLC | Privacy Policy