mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
feat: add lumina to DataManager
This commit is contained in:
parent
c069f75fba
commit
e1b29a2797
7 changed files with 733 additions and 27 deletions
|
|
@ -15,7 +15,7 @@ namespace Dalamud.Interface
|
|||
|
||||
private bool wasReady;
|
||||
private string serverOpString;
|
||||
private string cfcString;
|
||||
private string cfcString = "N/A";
|
||||
|
||||
private int currentKind;
|
||||
|
||||
|
|
@ -29,7 +29,6 @@ namespace Dalamud.Interface
|
|||
if (this.dataMgr.IsDataReady)
|
||||
{
|
||||
this.serverOpString = JsonConvert.SerializeObject(this.dataMgr.ServerOpCodes, Formatting.Indented);
|
||||
this.cfcString = JsonConvert.SerializeObject(this.dataMgr.ContentFinderCondition, Formatting.Indented);
|
||||
this.wasReady = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue