import { Component } from "./Tactic" export const BALL_ID = "ball" export const BALL_TYPE = "ball" //place here all different kinds of objects export type CourtObject = Ball export type Ball = Component