AddByInterface allows you to automatically add entities based on the interfaces that the entity implements. It should add the entity passed as o to the system after casting it to the correct interface.
(o Identifier)
| 25 | // interfaces that the entity implements. It should add the entity passed |
| 26 | // as o to the system after casting it to the correct interface. |
| 27 | AddByInterface(o Identifier) |
| 28 | } |
| 29 | |
| 30 | // Prioritizer specifies the priority of systems. |
no outgoing calls
no test coverage detected