public class LightInteractionObject {
	public Quadtree floor;
	public Quadtree wall;
	public AbstractHashTable links;
}
