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,3 +1,4 @@
using Dalamud.Game;
using Dalamud.Game.ClientState.Conditions;
using Dalamud.Game.ClientState.Objects.SubKinds;

View file

@ -1,3 +1,5 @@
using Dalamud.Game;
using Lumina;
using Lumina.Data;
using Lumina.Excel;