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