Skip to content

Commit

Permalink
Remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Jun 8, 2024
1 parent f09d05c commit e8f703c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/server/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,18 +544,6 @@ export const getPlayerInfo = (demo: SourceDemo): PlayerInfoData => {
};
};

export interface TickInputData {
attack: boolean;
jump: boolean;
duck: boolean;
forward: boolean;
back: boolean;
use: boolean;
moveleft: boolean;
moveright: boolean;
attack2: boolean;
}

export const getInputData = (demo: SourceDemo): Uint32Array | null => {
try {
demo.detectGame()
Expand Down

0 comments on commit e8f703c

Please sign in to comment.