feat: send_packet

This commit is contained in:
手瓜一十雪
2024-12-26 20:36:53 +08:00
parent 80201ac7d1
commit 817e130432
4 changed files with 27 additions and 2 deletions

View File

@@ -23,7 +23,9 @@ export class PacketClientSession {
get operation() {
return this.context.operation;
}
get client() {
return this.context.client;
}
// TODO: global message element adapter (?
get msgConverter() {
return this.context.msgConverter;