Archived
1
0
Fork 0
This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
uranos/blokk-api/src/main/kotlin/space/blokk/net/PacketWithResponseReceivedEvent.kt
2020-08-01 23:55:31 +02:00

7 lines
203 B
Kotlin

package space.blokk.net
import space.blokk.net.protocols.ClientboundPacket
class PacketWithResponseReceivedEvent<ResponseT: ClientboundPacket>(
var response: ResponseT
): PacketReceivedEvent()