UNPKG

gbx

Version:

a slim, fast and easy to set up Gamebox (GBX) parser written in TypeScript

11 lines (10 loc) 250 B
import Node from '../Node'; /** * Chunk 0x2e009000 */ export default class CGameWaypointSpecialProperty extends Node { order?: number; spawn?: number; tag?: string; protected 0x2e009000: ({ r }: Chunk, f: ChunkFunctions) => void; }