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,6 +1,7 @@
using System.IO;
using System.Threading;
using Dalamud.Game;
using Dalamud.IoC;
using Dalamud.IoC.Internal;
using Dalamud.Plugin.Services;