Skip to content
Daan van Yperen edited this page Sep 29, 2015 · 13 revisions

In odb Manager has been absorbed into the BaseSystem hierarchy. While Manager is still available we recommend implementing new managers using IteratingSystem, BaseEntitySystem with Aspect.all(), or BaseSystem depending on your needs.

Register your managers with world#setSystem(manager).

Clone this wiki locally