extends StoreClass
const StoreClass = preload ("./store.gd")
func _init():
self.state = R.state({})
func clear():
pass