예제 #1
0
 public override bool TestCollision(PotatoMovable other)
 {
     return(BoundingBox.Intersects(other.BoundingBox));
 }
예제 #2
0
 public virtual bool TestCollision(PotatoMovable other)
 {
     return(false);
 }