UNPKG

@awayfl/awayfl-player

Version:

Flash Player emulator for executing SWF files (published for FP versions 6 and up) in javascript

9 lines 260 B
import { b2Contact } from './b2Contact'; import { b2Body } from '../b2Body'; export declare class b2ContactEdge { other: b2Body; contact: b2Contact; prev: b2ContactEdge; next: b2ContactEdge; } //# sourceMappingURL=b2ContactEdge.d.ts.map