package net.beadsproject.touch;

/**
 * A Surface Player is an object which can interact with a surface.
 * For example, a user clicking and dragging a mouse can be represented as a surface player.
 * Another type of surface player is an autonomous agent moving randomly around the surface.
 * @author ben
 */

public class SurfacePlayer {
	
}
