server handleInput rework done
This commit is contained in:
@@ -10,7 +10,7 @@ class Client {
|
||||
isAlive: boolean = true;
|
||||
gameSession: GameSession;
|
||||
|
||||
inputArr: ev.EventInput[] = [];
|
||||
inputBuffer: ev.EventInput;
|
||||
lastInputId: number = 0;
|
||||
|
||||
constructor(socket: WebSocket, id: string) {
|
||||
|
||||
Reference in New Issue
Block a user