Esempio n. 1
0
 public void PerformedTrick(Trick t)
 {
     Debug.Log(3 + " Current trick: " + t.GetDisplayName());
 }