Example #1
0
 internal override bool CollidesWith(BoxCollider other)
 {
     return(CollisionCheck.BoxWithBox(this, other));
 }