import type { GameObject } from '../classes/public/GameObject'; export class SelectedObjectEvent { public object: GameObject }