mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-20 06:47:46 +01:00
Some more shuffling around.
This commit is contained in:
parent
a94c5ae7af
commit
ce03fb59c8
9 changed files with 147 additions and 138 deletions
|
|
@ -145,10 +145,7 @@ public class PenumbraApi : IDisposable, IPenumbraApi
|
|||
_redrawService = redrawService;
|
||||
_modFileSystem = modFileSystem;
|
||||
_configWindow = configWindow;
|
||||
|
||||
_lumina = (Lumina.GameData?)_dalamud.GameData.GetType()
|
||||
.GetField("gameData", BindingFlags.Instance | BindingFlags.NonPublic)
|
||||
?.GetValue(_dalamud.GameData);
|
||||
_lumina = _dalamud.GameData.GameData;
|
||||
|
||||
_resourceLoader.ResourceLoaded += OnResourceLoaded;
|
||||
_communicator.ModPathChanged.Subscribe(ModPathChangeSubscriber);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue