mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
Fix tsdoc comment
This commit is contained in:
parent
f75519e6dd
commit
862148f0af
@ -223,8 +223,8 @@ export class GameOverPhase extends BattlePhase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves the session's data to log its TBD
|
* Slightly modified version of {@linkcode GameData.getSessionSaveData}.
|
||||||
* @returns
|
* @returns A promise containing the {@linkcode SessionSaveData}
|
||||||
*/
|
*/
|
||||||
private async getRunHistoryEntry(): Promise<SessionSaveData> {
|
private async getRunHistoryEntry(): Promise<SessionSaveData> {
|
||||||
const preWaveSessionData = await this.scene.gameData.getSession(this.scene.sessionSlotId);
|
const preWaveSessionData = await this.scene.gameData.getSession(this.scene.sessionSlotId);
|
||||||
|
Loading…
Reference in New Issue
Block a user