public bool CollidesWith(Rectangle rectangle)
 {
     return(_launchedBombStateMachine.CollidesWith(rectangle));
 }
Exemple #2
0
 public bool CollidesWith(Rectangle rectangle)
 {
     return(_arrowStateMachine.CollidesWith(rectangle));
 }
Exemple #3
0
 public bool CollidesWith(Rectangle rectangle)
 {
     return(_swordBeamStateMachine.CollidesWith(rectangle));
 }