Esempio n. 1
0
 private void SetIsDown(bool isDown)
 {
     if (m_mogoSingleBtn)
     {
         m_mogoSingleBtn.SetIsDown(isDown);
     }
 }