Created on November 8, 2006, 4:31 PM
Abstract comms used as the parent for SendComms and RecieveComms.
Uses datagrams to handle the communications.
Sending or waiting for acks is handled by the classes that implement AbCommsTCP.
Each child implements and uses the socket, packet, remoteHost, and connectedAddress variables differently.
Created to help simplify and organize communications.
Created on November 13, 2006, 1:53 PM
A sprite used to display a specified image.
Has the ability to set a sequence of images and loop through them to create animation.