Esempio n. 1
0
 private void HandleDown()
 {
     if (m_CurrentInteractible != null)
     {
         m_CurrentInteractible.Down();
     }
 }