1.0.5 • Published 4 years ago

coh-content-db-thunderspy v1.0.5

Weekly downloads
2
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

coh-content-db-thunderspy

CoH Content DB - Thunderspy data

Build

npm run build

Publish

npm publish

Initialize the database, then load the Thunderspy data pack:

import {CohContentDb} from "coh-content-db";
import {Thunderspy, ThunderspyBadges} from "coh-content-db-thunderspy";

const contentDb = new CohContentDb();
contentDb.load(new Thunderspy());
contentDb.load(new ThunderspyBadges());
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago