coh-content-db-homecoming
v1.3.29
Published
City of Heroes Content Database
Downloads
21
Readme
coh-content-db-homecoming
CoH Content DB - Homecoming data
Build
npm run build
Publish
npm publish
Initialize the database, then load the homecoming data pack:
import {CohContentDb} from "coh-content-db";
import {Homecoming, HomecomingBadges} from "coh-content-db-homecoming";
const contentDb = new CohContentDb();
contentDb.load(new Homecoming());
contentDb.load(new HomecomingBadges());