'use strict'; class Body { constructor() { this.b2body = false; this.type = 'dynamic'; this.health = 1; } } module.exports = Body;