"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StoredGameModel = void 0; class StoredGameModel { constructor(gameModelName, storedScriptAccounts, storedGamesystems) { this.gameModelName = gameModelName; this.storedGamesystems = storedGamesystems; this.storedScriptAccounts = storedScriptAccounts; } } exports.StoredGameModel = StoredGameModel; //# sourceMappingURL=StoredGameModel.js.map