removed unused import

This commit is contained in:
Johannes Berthel 2021-04-02 21:26:42 +02:00
parent fc3a503bcf
commit e4d324e5fa
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import LoaderPlugin = Phaser.Loader.LoaderPlugin;
import { TextureError } from "../../Exception/TextureError";
import { COMPANION_RESOURCES, CompanionResourceDescriptionInterface } from "./CompanionTextures";
export const loadAll = (loader: LoaderPlugin): CompanionResourceDescriptionInterface[] => {