UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

12 lines 389 B
"use strict"; /** * ZeroSpace Game Version * * This file contains the ZeroSpace game build version that corresponds * to the game data in this iolin package. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.zsVersion = void 0; // ZeroSpace version from the original version.pkl exports.zsVersion = "ZSplaytest.19202990"; //# sourceMappingURL=zs-version.js.map