chore: format
This commit is contained in:
parent
ee96c69a30
commit
9bae378ac7
|
@ -13,20 +13,13 @@ function join(...parts) {
|
|||
|
||||
export default class Engine {
|
||||
|
||||
incomingActions = [];
|
||||
|
||||
connections = [];
|
||||
|
||||
connectedPlayers = new Map();
|
||||
|
||||
ecses = {};
|
||||
|
||||
frame = 0;
|
||||
|
||||
handle;
|
||||
|
||||
incomingActions = [];
|
||||
last = Date.now();
|
||||
|
||||
server;
|
||||
|
||||
constructor(Server) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user