vooga.games.towerdefense.collisions
Class ShotToEnemyCollision

java.lang.Object
  extended by CollisionGroup
      extended by vooga.games.towerdefense.collisions.ShotToEnemyCollision

public class ShotToEnemyCollision
extends CollisionGroup


Constructor Summary
ShotToEnemyCollision()
           
 
Method Summary
 void collided(Sprite shot, Sprite enemy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShotToEnemyCollision

public ShotToEnemyCollision()
Method Detail

collided

public void collided(Sprite shot,
                     Sprite enemy)