export interface AnimNodeChildrenMap {}

import {PolyEngine} from '../../../Poly';
export class AnimRegister {
	static run(poly: PolyEngine) {}
}
