@awayfl/awayfl-player
Version:
Flash Player emulator for executing SWF files (published for FP versions 6 and up) in javascript
11 lines • 332 B
TypeScript
import { Features } from './Features';
export declare class b2ContactID {
constructor();
Set(id: b2ContactID): void;
Copy(): b2ContactID;
get key(): number /** uint */;
set key(value: number /** uint */);
features: Features;
_key: number /** uint */;
}
//# sourceMappingURL=b2ContactID.d.ts.map