chore: remove unnecessary comments

This commit is contained in:
pk5ls20 2024-10-21 04:10:53 +08:00
parent 6cb7d45464
commit 345e941e11
No known key found for this signature in database
GPG Key ID: 6370ED7A169F493A

View File

@ -1,6 +1,5 @@
import assert from "node:assert";
import * as zlib from "node:zlib";
import * as crypto from "node:crypto";
import {NapProtoEncodeStructType, NapProtoMsg} from "@/core/packet/proto/NapProto";
import {
CustomFace,
@ -31,8 +30,6 @@ import {PacketMsg, PacketSendMsgElement} from "@/core/packet/msg/message";
import {ForwardMsgBuilder} from "@/common/forward-msg-builder";
// raw <-> packet
// TODO: check ob11 -> raw impl!
// TODO: parse to raw element
// TODO: SendStructLongMsgElement
export abstract class IPacketMsgElement<T extends PacketSendMsgElement> {
protected constructor(rawElement: T) {