mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Added games
module
This commit is contained in:
parent
4fe03788fb
commit
390914e813
1 changed files with 13 additions and 0 deletions
13
src/games/index.ts
Normal file
13
src/games/index.ts
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
export {
|
||||||
|
GameVersion,
|
||||||
|
} from "./game-version";
|
||||||
|
|
||||||
|
export {
|
||||||
|
GameVersionFilter,
|
||||||
|
} from "./game-version-filter";
|
||||||
|
|
||||||
|
export {
|
||||||
|
GameVersionProvider,
|
||||||
|
|
||||||
|
getGameVersionProviderByName,
|
||||||
|
} from "./game-version-provider";
|
Loading…
Reference in a new issue