export interface MockGameObject {
  name: string;
}