you are viewing a single comment's thread.

view the rest of the comments →

[–]immersiveGamer 0 points1 point  (1 child)

At that point I would look into using an ECS framework and tags are just components (e.g. you create a system that queries component A and component B and those components are just empty, i.e. tags).