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