vooga.games.cyberion.collisions
Class ShotsCollide

java.lang.Object
  extended by BasicCollisionGroup
      extended by vooga.games.cyberion.collisions.ShotsCollide

public class ShotsCollide
extends BasicCollisionGroup


Constructor Summary
ShotsCollide(Game game)
           
 
Method Summary
 void collided(Sprite playerShot, Sprite enemyShot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShotsCollide

public ShotsCollide(Game game)
Method Detail

collided

public void collided(Sprite playerShot,
                     Sprite enemyShot)