Beispiel #1
0
 public override void OnClick()
 {
     if (m_cannon != null)
     {
         m_cannon.OnChop(m_from);
     }
 }