mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-08 06:56:03 -08:00
add EaglerSkins.ts to dedicated folder
This commit is contained in:
parent
44eb807068
commit
475d71677c
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user