[+] Create constants class

This commit is contained in:
Hykilpikonna
2019-08-19 13:25:20 +08:00
parent 2fa6f46869
commit 4a89b3c24c
+6
View File
@@ -0,0 +1,6 @@
/**
* This class stores the static constants.
*/
export default class Constants
{
}