UNPKG

@awayfl/poki-player

Version:

AVM Player for poki games

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 */; }