Exemplo n.º 1
0
 private void HandleClick()
 {
     if (m_CurrentInteractible != null)
     {
         m_CurrentInteractible.Wait();
     }
 }