storage
.storage:getType()
: "yaml"
or "json"
"yaml"
or "json"
.storage:exists(path: string)
: booleanstorage:setDefaultValue()
: booleanstorage:setValue(path: string, value: any)
: booleanstorage:getValue(path: string)
: anystorage:clearValue(path: string)
: booleanstorage:save()