From 4a89b3c24cb5837dcd3e7b1b607d7f33a0fed1ca Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 19 Aug 2019 13:25:20 +0800 Subject: [PATCH] [+] Create constants class --- src/constants.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/constants.ts diff --git a/src/constants.ts b/src/constants.ts new file mode 100644 index 0000000..1c423e2 --- /dev/null +++ b/src/constants.ts @@ -0,0 +1,6 @@ +/** + * This class stores the static constants. + */ +export default class Constants +{ +}