2 Commits

Author SHA1 Message Date
71f7b475e3 refactor: Mark semantically final variables as final (or const) proper [DCM] (#2783)
I was playing around with the rule avoid-global-state
While I don't think we should enable it, because we do have several totally legitimate cases of what the rule considers global state, it did help me find any current cases where the things just should be final constants.
So this PR will mark semantically final variables as final (or const) proper, exclusively on examples (no violations on actual src code are legit).
2023-10-02 09:45:42 +02:00
83f5ea45dc feat: SpawnComponent (#2709)
This PR introduces the `SpawnComponent`, which randomly spawns
components within a set area.
2023-09-10 17:55:30 +02:00