orion
orion copied to clipboard
Expose separate API for various types of entities
Currently, all entities are exposed through the Players
list in ObjectManager
. This means that this collection will also contain the various other entities, such as weapons.
Ideally, we'd split up this collection into multiple, where each list would contain more specific entities.