Nebula
|
#include <manager.h>
Managers are objects which care about some specific functionality of a feature.
They should be subclassed by applications to implement aspects of the application (mainly game play related functionality).
Managers are created and triggered by game features. The frame trigger functions are invoked when the gameserver triggers the game feature.