5#ifndef MALENA_LIFECYCLE_H
6#define MALENA_LIFECYCLE_H
Trait that adds one-time initialization lifecycle hooks to any class.
virtual void onInit()
Called once after construction, before the first frame.
virtual ~Lifecycle()=default
virtual void onReady()
Called once after onInit(), when all components are registered.