style: lint

This commit is contained in:
手瓜一十雪
2024-10-15 09:06:47 +08:00
parent 964874bdad
commit 030ba15952
27 changed files with 167 additions and 167 deletions

View File

@@ -1,11 +1,11 @@
import {PacketClient} from "@/core/packet/client";
import {PacketHighwayClient} from "@/core/packet/highway/highwayClient";
import {LogWrapper} from "@/common/log";
import { PacketClient } from "@/core/packet/client";
import { PacketHighwayClient } from "@/core/packet/highway/highwayClient";
import { LogWrapper } from "@/common/log";
export class PacketSession {
readonly logger: LogWrapper;
readonly client: PacketClient;
private highwayClient: PacketHighwayClient
private highwayClient: PacketHighwayClient;
constructor(logger: LogWrapper, client: PacketClient) {
this.logger = logger;