import { GameState } from '.' export const state: GameState = { tick: 0, gameID: 0, componentID: 0, objects: [], // systems: [] }