Updated "entity" -> "type" for packs in system.json

added storage to wiki
This commit is contained in:
Vlyan
2022-07-31 13:10:43 +02:00
parent 8acede12ea
commit e802161d4d
4 changed files with 78 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
/**
* Volatile Storage - Store things like collapsible state (refresh kill it)
* Client side volatile storage - Store things like collapsible state (refresh kill it)
*/
export class Storage {
store = new Map();