Rooms, items and some player stuff
This commit is contained in:
6
src/engine/player.js
Normal file
6
src/engine/player.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default class Player {
|
||||
constructor() {
|
||||
this.inventory = [];
|
||||
this.currentRoom = "start";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user