示例#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));
 }