mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-02 04:30:25 +08:00
NoLog for IgnoredPacket
This commit is contained in:
parent
b49c9e5480
commit
aad4358f90
@ -3,11 +3,13 @@ package net.mamoe.mirai.timpc.network.packet
|
||||
import kotlinx.io.core.ByteReadPacket
|
||||
import kotlinx.io.core.readBytes
|
||||
import net.mamoe.mirai.data.Packet
|
||||
import net.mamoe.mirai.utils.NoLog
|
||||
import net.mamoe.mirai.utils.io.toUHexString
|
||||
|
||||
/**
|
||||
* 被忽略的数据包.
|
||||
*/
|
||||
@NoLog
|
||||
inline class IgnoredPacket(internal val id: PacketId) : Packet
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user