Exemplo n.º 1
0
 public void AddTrick(Trick t)
 {
     Comboing = true;
     Combo[t.ToString()] += 1;
     UpdateStrings();
 }