Updated websocket.js to @gamestdio/websocket

• Updated:
- websocket.js (depreacated) to @gamestdio/websocket (latest)
This commit is contained in:
Developer
2021-02-10 20:11:18 -05:00
parent 488a362129
commit a42b7797d8
3 changed files with 8 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
import WebSocketClient from 'websocket.js';
import WebSocketClient from '@gamestdio/websocket';
const randomIntUpTo = max => Math.floor(Math.random() * Math.floor(max));