Add support for EmjCostume rows

This commit is contained in:
Haselnussbomber 2025-10-18 03:52:31 +02:00
parent a06c0e3ed2
commit 69caffeb97
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1
2 changed files with 22 additions and 0 deletions

View file

@ -157,6 +157,13 @@ public interface IUnlockState
/// <returns><see langword="true"/> if unlocked; otherwise, <see langword="false"/>.</returns>
bool IsEmjVoiceNpcUnlocked(EmjVoiceNpc row);
/// <summary>
/// Determines whether the specified EmjCostume (Doman Mahjong Character Costume) is unlocked.
/// </summary>
/// <param name="row">The EmjCostume row to check.</param>
/// <returns><see langword="true"/> if unlocked; otherwise, <see langword="false"/>.</returns>
bool IsEmjCostumeUnlocked(EmjCostume row);
/// <summary>
/// Determines whether the specified GeneralAction is unlocked.
/// </summary>