UNPKG

complex-engine

Version:

JS Component Entity Framework for Gamedevelopment

10 lines (7 loc) 173 B
'use strict'; import cxVoidSystem from '../../src/System/VoidSystem'; export default class VoidSystem extends cxVoidSystem { constructor() { super(); } };