mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-06-09 00:38:00 +08:00
9 lines
145 B
TypeScript
9 lines
145 B
TypeScript
import { createShadow } from './shadow';
|
|
|
|
export function createFx() {
|
|
createShadow();
|
|
}
|
|
|
|
export * from './shadow';
|
|
export * from './webgl';
|