public virtual Boolean Collides(Collider other)
 {
     return(other.Collides(this));
 }
Esempio n. 2
0
 public virtual Boolean Collides(Collider other)
 {
     return other.Collides(this);
 }