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