SLOVENSKI VOICEOVER - Complete in 12 files generated

This commit is contained in:
2026-01-04 13:40:24 +01:00
parent 49b2b741e7
commit f88f2c4cae
29 changed files with 906 additions and 40 deletions

View File

@@ -11,7 +11,7 @@
* - Dream sequences and nightmares
*/
export class SleepSystem {
class SleepSystem {
constructor(game) {
this.game = game;
this.player = game.player;
@@ -381,4 +381,4 @@ export class SleepSystem {
}
}
export default SleepSystem;