Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
import
{ Ball } from
"./Ball"
;
5
6
export
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