UNPKG

@bscotch/stitch

Version:

Stitch: The GameMaker Studio 2 Asset Pipeline Development Kit.

10 lines 307 B
import { YypConfig } from '@bscotch/yy'; export declare class Gms2Config { private data; constructor(option: YypConfig); get name(): string; addChild(name: string): void; findChild(name: string): Gms2Config | undefined; toJSON(): YypConfig; } //# sourceMappingURL=Gms2Config.d.ts.map