Fix tsdoc comment

This commit is contained in:
NightKev 2024-11-30 02:22:49 -08:00
parent f75519e6dd
commit 862148f0af

View File

@ -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);