Ejemplo n.º 1
0
 private void OnCollisionStay(Collision other)
 {
     OnStarCollisionStay?.Invoke(this, new OnStarCollisionStay(other));
 }