mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 09:04:13 +02:00
lint
This commit is contained in:
parent
9fe63151ce
commit
56442cab7b
6 changed files with 14 additions and 17 deletions
|
|
@ -2,6 +2,7 @@ import {BitStream} from 'bit-buffer';
|
|||
import {GameEventDefinition} from './GameEvent';
|
||||
import {GameEvent, GameEventType} from './GameEventTypes';
|
||||
import {EntityId, PacketEntity} from './PacketEntity';
|
||||
import {Game} from './ParserState';
|
||||
import {SendTable} from './SendTable';
|
||||
import {ServerClass} from './ServerClass';
|
||||
import {StringTable, StringTableEntry} from './StringTable';
|
||||
|
|
@ -11,7 +12,6 @@ import {
|
|||
UserMessageType, UserMessageTypeMap, VoiceSubtitlePacket
|
||||
} from './UserMessage';
|
||||
import {Vector} from './Vector';
|
||||
import {Game} from './ParserState';
|
||||
|
||||
export interface StringTablePacket {
|
||||
packetType: 'stringTable';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue