Add support for MKDLore rows

This commit is contained in:
Haselnussbomber 2025-10-18 02:50:38 +02:00
parent 193d321103
commit 880add5ab3
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1
2 changed files with 20 additions and 0 deletions

View file

@ -206,6 +206,13 @@ public interface IUnlockState
/// <returns><see langword="true"/> if unlocked; otherwise, <see langword="false"/>.</returns>
bool IsMJILandmarkUnlocked(MJILandmark row);
/// <summary>
/// Determines whether the specified MKDLore (Occult Record) is unlocked.
/// </summary>
/// <param name="row">The MKDLore row to check.</param>
/// <returns><see langword="true"/> if unlocked; otherwise, <see langword="false"/>.</returns>
bool IsMKDLoreUnlocked(MKDLore row);
/// <summary>
/// Determines whether the specified Mount is unlocked.
/// </summary>