10 lines
436 B
Text
10 lines
436 B
Text
name: Persister
|
|
short: Data persister to persist data through locations
|
|
description: A data persister that is used to persist data through the game,
|
|
run, round, or room. A function is called to set data with a key in one
|
|
of the categories and then other functions can be called to clear
|
|
the data for a key or all data in a category.
|
|
accent: #a1a166
|
|
log_category: PER
|
|
icon: res://components/Persister/hard-drive.svg
|
|
version: v1.0.0
|