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

Interface Sink

frontend/src/game/objects.ts:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export interface Sink {
11 x: number;
12 y: number;
13 width: number;
14 height: number;
15 multiplier?: number;
16}
17
18const MULTIPLIERS: {[ key: number ]: number} = {
19 1: 16,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected