mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 12:44:14 +01:00
add transient files display and recording in data analysis
This commit is contained in:
parent
7e2be41024
commit
4a2cd80def
5 changed files with 489 additions and 18 deletions
|
|
@ -144,6 +144,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||
|
||||
public IFontHandle UidFont { get; init; }
|
||||
public Dictionary<ushort, string> WorldData => _dalamudUtil.WorldData.Value;
|
||||
public Dictionary<uint, string> JobData => _dalamudUtil.JobData.Value;
|
||||
|
||||
public uint WorldId => _dalamudUtil.GetHomeWorldId();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue