UNPKG

@awayfl/awayfl-player

Version:

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

12 lines (11 loc) 274 B
import { b2Contact } from '../Contacts'; /** * @private */ export class b2ContactRegister { public createFcn: Function; // fcn pointer public destroyFcn: Function;// fcn pointer public primary: boolean; public pool: b2Contact; public poolCount: number /** int */; }