Fix IsChocoboTaxiStandUnlocked

This commit is contained in:
Haselnussbomber 2025-10-02 02:01:11 +02:00
parent ba159f8c5f
commit 62fdd2c60d
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1
2 changed files with 8 additions and 8 deletions

View file

@ -113,11 +113,11 @@ public interface IUnlockState
bool IsCharaMakeCustomizeUnlocked(CharaMakeCustomize row);
/// <summary>
/// Determines whether the specified ChocoboTaxi (Chocobokeeps of the Chocobo Porter service) is unlocked.
/// Determines whether the specified ChocoboTaxiStand (Chocobokeeps of the Chocobo Porter service) is unlocked.
/// </summary>
/// <param name="row">The ChocoboTaxi row to check.</param>
/// <param name="row">The ChocoboTaxiStand row to check.</param>
/// <returns><see langword="true"/> if unlocked; otherwise, <see langword="false"/>.</returns>
bool IsChocoboTaxiUnlocked(ChocoboTaxi row);
bool IsChocoboTaxiStandUnlocked(ChocoboTaxiStand row);
/// <summary>
/// Determines whether the specified Companion (Minions) is unlocked.