Esempio n. 1
0
 public void HandleStartClicked()
 {
     if (m_state != null)
     {
         m_state.HandleStartClicked();
     }
 }