UNPKG

deadem

Version:

Deadlock (Source 2) demo and replay parser with playback support for Node.js and browsers

10 lines (6 loc) 326 B
import { StringTableType as EngineStringTableType } from '@deademx/engine'; class StringTableType extends EngineStringTableType { static get ACTIVE_MODIFIERS() { return activeModifiers; } } const activeModifiers = new StringTableType('ACTIVE_MODIFIERS', 'ActiveModifiers', false, true); export default StringTableType;