Пример #1
0
 public void Invoke(T obj)
 {
     Timer.GetInstance().ScheduleNextFrame(() => { m_funcs?.Invoke(obj); m_baseRef.Release(); });
 }