chore: less

This commit is contained in:
cha0s 2024-05-27 00:17:03 -05:00
parent 2c3a1bbdb6
commit 29befe969d

View File

@ -36,10 +36,6 @@ export default class Engine {
} }
} }
send(data) {
throw new Exception('Engine::send is virtual!');
}
start() { start() {
return setInterval(() => { return setInterval(() => {
const elapsed = (Date.now() - this.last) / 1000; const elapsed = (Date.now() - this.last) / 1000;