'use strict'; class Shot { constructor(pos) { } tick() { } } module.exports = Shot;