Instances
The only mutable thing in DreamTode is an instance. Everything else is constant and unchangeable.
You can make an instance with the new
operator.
Then, you can reassign properties with the .
operator followed by an assignment:
Last updated
Was this helpful?