mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 10:34:26 +11:00
Uploaded bots for the first time
This commit is contained in:
11
TextAdv/dungeonClass.js
Normal file
11
TextAdv/dungeonClass.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// Dungeons
|
||||
module.exports = class DungeonRaidInstance {
|
||||
constructor(room, players) {
|
||||
this.room = room;
|
||||
this.players = players;
|
||||
this.location;
|
||||
this.state = DungeonState.WAITING_FOR_USERS;
|
||||
this.dialogObj;
|
||||
this.isTyping;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user