mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Fix IsChocoboTaxiStandUnlocked
This commit is contained in:
parent
ba159f8c5f
commit
62fdd2c60d
2 changed files with 8 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue