refactor: make IsDataReady internal

This commit is contained in:
Haselnussbomber 2023-07-29 21:09:07 +02:00
parent daf1cade69
commit c991e1f1d3
2 changed files with 5 additions and 8 deletions

View file

@ -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>