mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
refactor: make IsDataReady internal
This commit is contained in:
parent
daf1cade69
commit
c991e1f1d3
2 changed files with 5 additions and 8 deletions
|
|
@ -38,11 +38,6 @@ public interface IDataManager
|
|||
/// </summary>
|
||||
public ExcelModule Excel { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether Game Data is ready to be read.
|
||||
/// </summary>
|
||||
public bool IsDataReady { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the game data files have been modified by another third-party tool.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue