6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
/**
|
|
* Physics 2D Systems exports
|
|
*/
|
|
|
|
export { Physics2DSystem, type Physics2DSystemConfig } from './Physics2DSystem';
|