Add comments

This commit is contained in:
Him188 2019-11-24 16:56:11 +08:00
parent 77eb98f897
commit af8e954577
2 changed files with 8 additions and 1 deletions

View File

@ -15,6 +15,13 @@ import kotlin.jvm.JvmOverloads
* 可被监听的.
*
* 可以是任何 class object.
*
* @see subscribeAlways
* @see subscribeOnce
* @see subscribeWhile
* @see subscribeAll
*
* @see subscribeMessages
*/
interface Subscribable

View File

@ -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.
*/