Example #1
0
 void OnTriggerEnter2D(Collider2D coll)
 {
     Event.collider = coll;
     Event.Dispatch();
 }