Commit af8e9545 authored by Him188's avatar Him188

Add comments

parent 77eb98f8
......@@ -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.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment