[+] Create a cache map field

This commit is contained in:
Hykilpikonna
2019-12-05 23:19:02 -05:00
parent 86fa51496f
commit 5a5f2349ea
+1
View File
@@ -1,4 +1,5 @@
export default class Cache
{
map: Map<string, any> = new Map();
}