"use strict";
function initPackage(p) {
return {
ruleProducers: p.ruleProducers || [],
playerProducers: p.playerProducers || {},
effectProducers: p.effectProducers || {},
actions: p.actions || {},
role: p.role,
roleInit: p.roleInit,
};
}
exports.initPackage = initPackage;