Adds a new @config decorator that can be used to specify configuration table values. Note that this isn't properly type checked yet.
Adds a new DataThing utility function declaration that can be used to obtain a data thing constructor with the appropriate generic argument when using ThingTemplateWithShapes.
Adds a new
@config
decorator that can be used to specify configuration table values. Note that this isn't properly type checked yet.Adds a new
DataThing
utility function declaration that can be used to obtain a data thing constructor with the appropriate generic argument when usingThingTemplateWithShapes
.