class MAGES::UIs::NotificationSystem::NotificationInfo

class NotificationInfo
{
public:
    // properties

    NotificationType NotificationType;
    string Text;
    float Time;

    // methods

    NotificationInfo(NotificationType notificationType, string text, float time);
};