MCPcopy Create free account
hub / github.com/code100x/plinkoo /

Class

frontend/src/game/classes/BallManager.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Ball } from "./Ball";
5
6export class BallManager {
7 private balls: Ball[];
8 private canvasRef: HTMLCanvasElement;
9 private ctx: CanvasRenderingContext2D;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected