MCPcopy
hub / github.com/feichao93/battle-city / CollisionWithBrick

Interface CollisionWithBrick

app/utils/Collision.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 | CollisionWithEagle
10
11export interface CollisionWithBrick {
12 type: 'brick'
13 t: number
14}
15
16export interface CollisionWithSteel {
17 type: 'steel'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected