mirror of
https://github.com/unanmed/HumanBreak.git
synced 2026-04-12 15:31:11 +08:00
8 lines
139 B
TypeScript
8 lines
139 B
TypeScript
import { createCheckBlock } from './checkblock';
|
|
|
|
export function createEnemy() {
|
|
createCheckBlock();
|
|
}
|
|
|
|
export * from './checkblock';
|