patschreiber/fiend

Change gameObjects container in FiendGame to be it's own type.

Opened this issue · 0 comments

Might be able to remove gameObjectCount and add useful helper methods if the gameObjects member isn't a generic array.

Some Ideas:
Add "locked" game object, that can't be removed from the game object list.

There are most certainly going to be multiple queues of Game Objects depending on the Component System managing the queue.