add boilerplate for mounts and fixtures
This commit is contained in:
parent
0ea163dfb7
commit
0a90b6b77a
15 changed files with 158 additions and 17 deletions
9
server/game/room/world/body/turret/shot/shot.js
Normal file
9
server/game/room/world/body/turret/shot/shot.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
class Shot {
|
||||
constructor() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Shot;
|
Loading…
Add table
Add a link
Reference in a new issue