vooga.examples.networking.zombies.collisions
Class WallBoundManager

java.lang.Object
  extended by CollisionBounds
      extended by vooga.examples.networking.zombies.collisions.WallBoundManager

public class WallBoundManager
extends CollisionBounds

This is the general manager to keep GameEntity inside the game


Constructor Summary
WallBoundManager(Background bg)
           
 
Method Summary
 void collided(Sprite gameObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WallBoundManager

public WallBoundManager(Background bg)
Method Detail

collided

public void collided(Sprite gameObject)