UNPKG

@evitcastudio/kit

Version:

A single-player/multiplayer framework for the Vylocity Game Engine.

11 lines 243 B
/** * ProcessOptions for resource builder. */ type ProcessOptions = { inDirectory: string; outDirectory: string; verbose?: boolean; ignoreSound?: boolean; }; export type { ProcessOptions }; //# sourceMappingURL=types.d.ts.map