public void RemoveEvent(ImoetAction ImoetDelegate) { m_list.Remove(ImoetDelegate); }
public void AddEvent(ImoetAction ImoetDelegate) { m_list.Add(ImoetDelegate); }