UNPKG

section-tests

Version:
15 lines (8 loc) 242 B
import Message from './Message.js'; export default class DestroyerStartMessage extends Message { constructor(options) { super(options); this.name = options.name; this.type = 'destroyerStartMessage'; } };