Rooms, items and some player stuff
This commit is contained in:
7
src/game/rooms/index.js
Normal file
7
src/game/rooms/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Start from './start';
|
||||
import Tunnel1 from './tunnel1';
|
||||
|
||||
export default [
|
||||
Start,
|
||||
Tunnel1
|
||||
];
|
||||
Reference in New Issue
Block a user