public virtual Boolean Collides(Collider other) { return(other.Collides(this)); }
public virtual Boolean Collides(Collider other) { return other.Collides(this); }