Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class InfoRetrieveProxyPacket(val id: String, val name: String, val figure: String, val sex: String, val motto: String) : ProxyPacket
Link copied to clipboard
class InfoRetrieveProxyPacketHandler @Inject constructor(playersService: PlayersService) : ProxyPacketHandler<InfoRetrievePacket, InfoRetrieveProxyPacket>