reorder and rename hardpoints and particles
This commit is contained in:
parent
d302bd4149
commit
ea533015ba
16 changed files with 65 additions and 64 deletions
9
server/game/room/world/body/bay/bay.js
Normal file
9
server/game/room/world/body/bay/bay.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
class Bay {
|
||||
constructor() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Bay;
|
Loading…
Add table
Add a link
Reference in a new issue