mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-15 16:10:12 +08:00
Add comments
This commit is contained in:
parent
77eb98f897
commit
af8e954577
@ -15,6 +15,13 @@ import kotlin.jvm.JvmOverloads
|
||||
* 可被监听的.
|
||||
*
|
||||
* 可以是任何 class 或 object.
|
||||
*
|
||||
* @see subscribeAlways
|
||||
* @see subscribeOnce
|
||||
* @see subscribeWhile
|
||||
* @see subscribeAll
|
||||
*
|
||||
* @see subscribeMessages
|
||||
*/
|
||||
interface Subscribable
|
||||
|
||||
|
@ -34,7 +34,7 @@ abstract class PacketFactory<out TPacket : Packet, TDecrypter : Decrypter>(val d
|
||||
?: error("Annotation AnnotatedId not found for class ${this::class.simpleName}")
|
||||
|
||||
|
||||
// TODO: 2019/11/22 修改为参数
|
||||
// TODO: 2019/11/22 修改 包 ID 为参数
|
||||
/**
|
||||
* 包 ID.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user