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

Interface Obstacle

frontend/src/game/objects.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { pad } from "./padding";
3
4export interface Obstacle {
5 x: number;
6 y: number;
7 radius: number;
8}
9
10export interface Sink {
11 x: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected