vooga.games.cyberion.collisions
Class PlayerCollidesEnemy

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

public class PlayerCollidesEnemy
extends BasicCollisionGroup


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

Constructor Detail

PlayerCollidesEnemy

public PlayerCollidesEnemy(Game game)
Method Detail

collided

public void collided(Sprite player,
                     Sprite enemy)