core/message_dispatcher library
Classes
- MessageDispatcher
- This class is the core of the messaging system for game entities and used by the { @link EntityManager}. The implementation can directly dispatch messages or use a delayed delivery for deferred communication. This can be useful if a game entity wants to inform itself about a particular event in the future.