UNPKG

@zenithcore/core

Version:

Core functionality for ZenithKernel framework

5 lines (3 loc) 144 B
export type Entity = number; export type Constructor<T> = new (...args: any[]) => T; export type ComponentType<T> = new (...args: any[]) => T;