示例#1
0
 internal override bool CollidesWith(PointCollider other)
 {
     return(CollisionCheck.PointWithPoint(this, other));
 }