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

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

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

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

/**
 * A type of group.
 */
enum GroupTarget derives MessageEncoder:

  /**
   * The global group.
   */
  case Global

  /**
   * A room.
   */
  case Room




© 2015 - 2024 Weber Informatics LLC | Privacy Policy