UNPKG

tsinsim

Version:

An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.

10 lines (9 loc) 211 B
import { Struct } from "../utilities/index.js"; export declare class CarContOBJ extends Struct { Direction: number; Heading: number; Speed: number; ZByte: number; X: number; Y: number; }