Example #1
0
 public void Attack(float Clicks)
 {
     if (opponent != null)
     {
         opponent.GetStrike(Clicks * dmgMult);
     }
 }