mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +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
|
||||
* @returns
|
||||
* Slightly modified version of {@linkcode GameData.getSessionSaveData}.
|
||||
* @returns A promise containing the {@linkcode SessionSaveData}
|
||||
*/
|
||||
private async getRunHistoryEntry(): Promise<SessionSaveData> {
|
||||
const preWaveSessionData = await this.scene.gameData.getSession(this.scene.sessionSlotId);
|
||||
|
Loading…
Reference in New Issue
Block a user