mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-21 16:00:59 -05:00
Added MINECRAFT
constant
This commit is contained in:
parent
6eb5672a79
commit
8d89961eab
1 changed files with 4 additions and 0 deletions
4
src/games/minecraft/minecraft.ts
Normal file
4
src/games/minecraft/minecraft.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* The name of the Minecraft game.
|
||||
*/
|
||||
export const MINECRAFT = "minecraft";
|
Loading…
Reference in a new issue