public void DetachObserver(ReportSickDelegate i_ObserverDelegate) { m_ReportSickDelegates -= i_ObserverDelegate; }
public void AttachObserver(ReportSickDelegate i_ObserverDelegate) { m_ReportSickDelegates += i_ObserverDelegate; }