Beispiel #1
0
 void Awake()
 {
     if (OnHit == null)
     {
         OnHit = new Collider2DEvent();
     }
 }