export interface MockGameObject { name: string; destroy?(): void; }