I understand the runtime panic as designed for misuse
https://mlange-42.github.io/arche/background/design/index.html
However, there should be ways to indicate invalid system addition. Seem like
Initialize(w *ecs.World)
maybe should be
Initialize(ctx context.Context, w *ecs.World) error
I understand the runtime panic as designed for misuse
https://mlange-42.github.io/arche/background/design/index.html
However, there should be ways to indicate invalid system addition. Seem like
Initialize(w *ecs.World)maybe should be
Initialize(ctx context.Context, w *ecs.World) error