import {UnsupportedPropertyType} from "./UnsupportedPropertyType"; export class PtypFloatingTime extends UnsupportedPropertyType{ constructor() { super(0x0007, "PtypFloatingTime"); } }