Example #1
0
 public bool CaughtPacman(Pacman pman)
 {
     return(this.GetFrame().IntersectsWith(pman.GetFrame()));
 }