Example #1
0
 void Update()
 {
     if (weapon != null && weapon.CanAttack)
     {
         weapon.AttactLeft(true);
     }
 }