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

Class

frontend/src/game/classes/Ball.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { pad, unpad } from "../padding";
4
5export class Ball {
6 private x: number;
7 private y: number;
8 private radius: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected