From 475d71677c4542722420f3195c37d05d554cf61a Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Thu, 15 Jun 2023 17:48:29 +0000 Subject: [PATCH] add EaglerSkins.ts to dedicated folder --- src/proxy/{ => skins}/EaglerSkins.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) rename src/proxy/{ => skins}/EaglerSkins.ts (96%) diff --git a/src/proxy/EaglerSkins.ts b/src/proxy/skins/EaglerSkins.ts similarity index 96% rename from src/proxy/EaglerSkins.ts rename to src/proxy/skins/EaglerSkins.ts index d3b3d8c..d2869d8 100644 --- a/src/proxy/EaglerSkins.ts +++ b/src/proxy/skins/EaglerSkins.ts @@ -1,13 +1,13 @@ -import { Constants } from "./Constants.js"; -import { Enums } from "./Enums.js"; -import { MineProtocol } from "./Protocol.js"; -import { Util } from "./Util.js"; +import { Constants } from "../Constants.js"; +import { Enums } from "../Enums.js"; +import { MineProtocol } from "../Protocol.js"; +import { Util } from "../Util.js"; import sharp from "sharp"; -import { Proxy } from "./Proxy.js"; -import { Player } from "./Player.js"; -import { CSChannelMessagePacket } from "./packets/channel/CSChannelMessage.js"; -import { SCChannelMessagePacket } from "./packets/channel/SCChannelMessage.js"; -import { Logger } from "../logger.js"; +import { Proxy } from "../Proxy.js"; +import { Player } from "../Player.js"; +import { CSChannelMessagePacket } from "../packets/channel/CSChannelMessage.js"; +import { SCChannelMessagePacket } from "../packets/channel/SCChannelMessage.js"; +import { Logger } from "../../logger.js"; // TODO: convert all functions to use MineProtocol's UUID manipulation functions