コード例 #1
0
 public bool CollidesWith(Rectangle rectangle)
 {
     return(_launchedBombStateMachine.CollidesWith(rectangle));
 }
コード例 #2
0
 public bool CollidesWith(Rectangle rectangle)
 {
     return(_arrowStateMachine.CollidesWith(rectangle));
 }
コード例 #3
0
ファイル: SwordBeam.cs プロジェクト: qshaner/ZeldaTeamMirror
 public bool CollidesWith(Rectangle rectangle)
 {
     return(_swordBeamStateMachine.CollidesWith(rectangle));
 }