actually just move the language types, don't use the one from the common assembly

This commit is contained in:
goat 2024-06-29 01:26:29 +02:00
parent b212b4e00a
commit 7e397bef17
8 changed files with 13 additions and 7 deletions

View file

@ -1,5 +1,7 @@
using System.Text;
using Dalamud.Game;
namespace Dalamud.Interface.Textures;
/// <summary>Represents a lookup for a game icon.</summary>

View file

@ -1,6 +1,7 @@
using System.Collections.Generic;
using System.IO;
using Dalamud.Game;
using Dalamud.Plugin.Services;
namespace Dalamud.Interface.Textures.Internal;