Exemplo n.º 1
0
 internal override bool CollidesWith(CircleCollider other)
 {
     return(CollisionCheck.CircleWithCircle(other, this));
 }