From 8d89961eab85930ea7fc3ab5f6cb43b578139cef Mon Sep 17 00:00:00 2001 From: Kir_Antipov Date: Mon, 27 Mar 2023 11:34:01 +0000 Subject: [PATCH] Added `MINECRAFT` constant --- src/games/minecraft/minecraft.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/games/minecraft/minecraft.ts 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";