reorder and rename hardpoints and particles
This commit is contained in:
parent
d302bd4149
commit
ea533015ba
16 changed files with 65 additions and 64 deletions
|
@ -1,11 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
const Discharge = require('./discharge.js');
|
||||
|
||||
class Laser extends Discharge {
|
||||
constructor(fixture, data) {
|
||||
super(fixture, data);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Laser;
|
Loading…
Add table
Add a link
Reference in a new issue