UNPKG

@phaserjs/phaser

Version:
8 lines (7 loc) 178 B
import { ClearWorld } from "./ClearWorld"; export function RemoveWorld(world, ...children) { children.forEach((child) => { ClearWorld(child.id); }); return children; }