class Group extends Entityimport { Group } from "https://deno.land/x/caviar@2.6.9/src/entities/mod.ts"; ConstructorsnewGroup(scene: Scene,x: number,y: number,)Propertieschildren: Array<Entity>scene: SceneMethodsaddChild(child: Entity | Entity[])killAllChildren()killChild(child: Entity | Entity[])setInteractive(interactive?): void