UNPKG

generator-x2mod

Version:

A Yeoman generator that creates a XCOM 2 mods. Community maintained to free the masses from ModBuddy!

9 lines (7 loc) 243 B
const Generator = require('yeoman-generator'); Generator.prototype.createModConfigContext = function () { if (!this.options.modConfigContext) { this.options.modConfigContext = {}; } return this.options.modConfigContext; }