diff --git a/src/games/minecraft/minecraft.ts b/src/games/minecraft/minecraft.ts new file mode 100644 index 0000000..4543eef --- /dev/null +++ b/src/games/minecraft/minecraft.ts @@ -0,0 +1,4 @@ +/** + * The name of the Minecraft game. + */ +export const MINECRAFT = "minecraft";