add setname client command
This commit is contained in:
parent
52e1673e3e
commit
1af386d9f5
10 changed files with 50 additions and 11 deletions
|
@ -6,6 +6,8 @@ const Laser = require('./shot/laser.js');
|
|||
class Blaster extends Fixture {
|
||||
constructor(hardpoint, data) {
|
||||
super(hardpoint, data);
|
||||
|
||||
console.log(data);
|
||||
}
|
||||
|
||||
fire() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue