Added MINECRAFT constant

This commit is contained in:
Kir_Antipov 2023-03-27 11:34:01 +00:00
parent 6eb5672a79
commit 8d89961eab

View file

@ -0,0 +1,4 @@
/**
* The name of the Minecraft game.
*/
export const MINECRAFT = "minecraft";