Пример #1
0
 void OnTouchEnd(TouchData t)
 {
     allTouchs.Remove(t.id);
     if (onTouchEnd != null)
     {
         onTouchEnd(t);
     }
 }