import { Component } from "./Tactic" import { Pos } from "../../geo/Pos.ts" 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