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

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

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

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

/**
 * An authentification-related command
 */
enum AuthCommand derives MessageEncoder:
  case Trn(name: Username, data: Int, assertion: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy